#BD2A04

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

Shades of Harley Davidson Orange #BD2A04

Tints of Harley Davidson Orange #BD2A04

Color information

#BD2A04 (or 0xBD2A04) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2A and 04. RGB value is (189,42,4). Sum of RGB (Red+Green+Blue) = 189+42+4=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A04 is #42D5FB. Grayscale: #515151. Windows color (decimal): -4380156 or 273085. OLE color: 273085.

HSL color Cylindrical-coordinate representation of color #BD2A04: hue angle of 12.32º 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 #BD2A04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189424-
CMYK00.780.980.26
HSL12.32º95.85%37.84%-
HSV(B)12.32º97.88%74.12%-
XYZ21.8412.481.37-
YUV81.6284.2204.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.43%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=80.43%
G=17.87%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18942400.780.980.2612.3295.8537.84
HexBD2A404E621Ac6026
Octal2755240116142321414046
Binary101111011010101000100111011000101101011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A04; }

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

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

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

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

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

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

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

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