#BD2B13

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

Shades of Harley Davidson Orange #BD2B13

Tints of Harley Davidson Orange #BD2B13

Color information

#BD2B13 (or 0xBD2B13) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2B and 13. RGB value is (189,43,19). Sum of RGB (Red+Green+Blue) = 189+43+19=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B13 is #42D4EC. Grayscale: #545454. Windows color (decimal): -4379885 or 1256381. OLE color: 1256381.

HSL color Cylindrical-coordinate representation of color #BD2B13: hue angle of 8.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2B13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1894319-
CMYK00.770.900.26
HSL8.47º81.73%40.78%-
HSV(B)8.47º89.95%74.12%-
XYZ21.9712.591.89-
YUV83.9291.37202.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=75.30%
G=17.13%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189431900.770.900.268.4781.7340.78
HexBD2B1304D5A1A85229
Octal27553230115132321012251
Binary10111101101011100110100110110110101101010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B13; }

 p { color: rgb(189,43,19); }

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

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

 a { background-color: rgb(189,43,19); }

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

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

 span { border-color: rgb(189,43,19); }

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