#BA240C

Color #BA240C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BA240C

Tints of Harley Davidson Orange #BA240C

Color information

#BA240C (or 0xBA240C) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 24 and 0C. RGB value is (186,36,12). Sum of RGB (Red+Green+Blue) = 186+36+12=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA240C is #45DBF3. Grayscale: #4E4E4E. Windows color (decimal): -4578292 or 795834. OLE color: 795834.

HSL color Cylindrical-coordinate representation of color #BA240C: hue angle of 8.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA240C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1863612-
CMYK00.810.940.27
HSL8.28º87.88%38.82%-
HSV(B)8.28º93.55%72.94%-
XYZ20.9511.731.51-
YUV78.1190.7204.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=79.49%
G=15.38%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186361200.810.940.278.2887.8838.82
HexBA24C0515E1B85827
Octal27244140121136331013047
Binary1011101010010011000101000110111101101110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA240C; }

 p { color: rgb(186,36,12); }

 H1.HeaderClassName
 {
   color: #BA240C;
 }
 .AnyTagClassName
 {
   color: #BA240C;
 }
</style>
background-color css

<style>
 a { background-color: #BA240C; }

 a { background-color: rgb(186,36,12); }

 div.DivClassName
 {
   background-color: #BA240C;
 }
 .BgClassName
 {
   background-color: #BA240C;
 }
</style>
border-color css

<style>
 span { border-color: #BA240C; }

 span { border-color: rgb(186,36,12); }

 td.TdClassName
 {
   border-color: #BA240C;
 }
 .TagClassName
 {
   border-color: #BA240C;
 }
</style>