#BD2A03

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

Shades of Harley Davidson Orange #BD2A03

Tints of Harley Davidson Orange #BD2A03

Color information

#BD2A03 (or 0xBD2A03) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2A and 03. RGB value is (189,42,3). Sum of RGB (Red+Green+Blue) = 189+42+3=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A03 is #42D5FC. Grayscale: #515151. Windows color (decimal): -4380157 or 207549. OLE color: 207549.

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

Color convert

RGB189423-
CMYK00.780.980.26
HSL12.58º96.88%37.65%-
HSV(B)12.58º98.41%74.12%-
XYZ21.8312.481.34-
YUV81.5183.7204.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.77%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=80.77%
G=17.95%
B=1.28%

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
Decimal18942300.780.980.2612.5896.8837.65
HexBD2A304E621Ad6126
Octal2755230116142321514146
Binary10111101101010110100111011000101101011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A03; }

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

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

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

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

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

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

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

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