#BA2C0C

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

Shades of Harley Davidson Orange #BA2C0C

Tints of Harley Davidson Orange #BA2C0C

Color information

#BA2C0C (or 0xBA2C0C) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2C and 0C. RGB value is (186,44,12). Sum of RGB (Red+Green+Blue) = 186+44+12=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C0C is #45D3F3. Grayscale: #535353. Windows color (decimal): -4576244 or 797882. OLE color: 797882.

HSL color Cylindrical-coordinate representation of color #BA2C0C: hue angle of 11.03º 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 #BA2C0C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1864412-
CMYK00.760.940.27
HSL11.03º87.88%38.82%-
HSV(B)11.03º93.55%72.94%-
XYZ21.2212.271.6-
YUV82.8188.04201.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.86%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=76.86%
G=18.18%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186441200.760.940.2711.0387.8838.82
HexBA2CC04C5E1Bb5827
Octal27254140114136331313047
Binary1011101010110011000100110010111101101110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C0C; }

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

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

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

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

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

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

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

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