#BD2A0B

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

Shades of Harley Davidson Orange #BD2A0B

Tints of Harley Davidson Orange #BD2A0B

Color information

#BD2A0B (or 0xBD2A0B) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2A and 0B. RGB value is (189,42,11). Sum of RGB (Red+Green+Blue) = 189+42+11=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A0B is #42D5F4. Grayscale: #525252. Windows color (decimal): -4380149 or 731837. OLE color: 731837.

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

Color convert

RGB1894211-
CMYK00.780.940.26
HSL10.45º89%39.22%-
HSV(B)10.45º94.18%74.12%-
XYZ21.8712.51.58-
YUV82.4287.7204.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.10%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=78.10%
G=17.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189421100.780.940.2610.458939.22
HexBD2AB04E5E1Aa5927
Octal27552130116136321213147
Binary1011110110101010110100111010111101101010101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A0B; }

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

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

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

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

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

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

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

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