#BD2A11

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

Shades of Harley Davidson Orange #BD2A11

Tints of Harley Davidson Orange #BD2A11

Color information

#BD2A11 (or 0xBD2A11) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2A and 11. RGB value is (189,42,17). Sum of RGB (Red+Green+Blue) = 189+42+17=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A11 is #42D5EE. Grayscale: #535353. Windows color (decimal): -4380143 or 1125053. OLE color: 1125053.

HSL color Cylindrical-coordinate representation of color #BD2A11: hue angle of 8.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD2A11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1894217-
CMYK00.780.910.26
HSL8.72º83.5%40.39%-
HSV(B)8.72º91.01%74.12%-
XYZ21.9212.521.79-
YUV83.190.7203.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.21%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=76.21%
G=16.94%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189421700.780.910.268.7283.540.39
HexBD2A1104E5B1A95328
Octal27552210116133321112350
Binary10111101101010100010100111010110111101010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A11; }

 p { color: rgb(189,42,17); }

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

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

 a { background-color: rgb(189,42,17); }

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

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

 span { border-color: rgb(189,42,17); }

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