#BD2310

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

Shades of Harley Davidson Orange #BD2310

Tints of Harley Davidson Orange #BD2310

Color information

#BD2310 (or 0xBD2310) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 23 and 10. RGB value is (189,35,16). Sum of RGB (Red+Green+Blue) = 189+35+16=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2310 is #42DCEF. Grayscale: #4F4F4F. Windows color (decimal): -4381936 or 1057725. OLE color: 1057725.

HSL color Cylindrical-coordinate representation of color #BD2310: hue angle of 6.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD2310 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB1893516-
CMYK00.810.920.26
HSL6.59º84.39%40.2%-
HSV(B)6.59º91.53%74.12%-
XYZ21.6812.061.67-
YUV78.8892.52206.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.75%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=78.75%
G=14.58%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189351600.810.920.266.5984.3940.2
HexBD23100515C1A75428
Octal2754320012113432712450
Binary1011110110001110000010100011011100110101111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2310; }

 p { color: rgb(189,35,16); }

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

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

 a { background-color: rgb(189,35,16); }

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

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

 span { border-color: rgb(189,35,16); }

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