#BD2B03

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

Shades of Harley Davidson Orange #BD2B03

Tints of Harley Davidson Orange #BD2B03

Color information

#BD2B03 (or 0xBD2B03) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2B and 03. RGB value is (189,43,3). Sum of RGB (Red+Green+Blue) = 189+43+3=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B03 is #42D4FC. Grayscale: #525252. Windows color (decimal): -4379901 or 207805. OLE color: 207805.

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

Color convert

RGB189433-
CMYK00.770.980.26
HSL12.9º96.88%37.65%-
HSV(B)12.9º98.41%74.12%-
XYZ21.8712.551.36-
YUV82.0983.37204.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.43%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=80.43%
G=18.30%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18943300.770.980.2612.996.8837.65
HexBD2B304D621Ad6126
Octal2755330115142321514146
Binary10111101101011110100110111000101101011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B03; }

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

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

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

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

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

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

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

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