#BD2D04

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

Shades of Harley Davidson Orange #BD2D04

Tints of Harley Davidson Orange #BD2D04

Color information

#BD2D04 (or 0xBD2D04) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2D and 04. RGB value is (189,45,4). Sum of RGB (Red+Green+Blue) = 189+45+4=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D04 is #42D2FB. Grayscale: #535353. Windows color (decimal): -4379388 or 273853. OLE color: 273853.

HSL color Cylindrical-coordinate representation of color #BD2D04: hue angle of 13.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2D04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189454-
CMYK00.760.980.26
HSL13.3º95.85%37.84%-
HSV(B)13.3º97.88%74.12%-
XYZ21.9512.71.41-
YUV83.3883.21203.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.41%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=79.41%
G=18.91%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18945400.760.980.2613.395.8537.84
HexBD2D404C621Ad6026
Octal2755540114142321514046
Binary101111011011011000100110011000101101011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2D04; }

 p { color: rgb(189,45,4); }

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

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

 a { background-color: rgb(189,45,4); }

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

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

 span { border-color: rgb(189,45,4); }

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