#B42B11

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

Shades of Harley Davidson Orange #B42B11

Tints of Harley Davidson Orange #B42B11

Color information

#B42B11 (or 0xB42B11) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 2B and 11. RGB value is (180,43,17). Sum of RGB (Red+Green+Blue) = 180+43+17=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B11 is #4BD4EE. Grayscale: #515151. Windows color (decimal): -4969711 or 1125300. OLE color: 1125300.

HSL color Cylindrical-coordinate representation of color #B42B11: hue angle of 9.57º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B42B11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1804317-
CMYK00.760.910.29
HSL9.57º82.74%38.63%-
HSV(B)9.57º90.56%70.59%-
XYZ19.7911.471.7-
YUV8191.89198.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=75%
G=17.92%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180431700.760.910.299.5782.7438.63
HexB42B1104C5B1Da5327
Octal26453210114133351212347
Binary10110100101011100010100110010110111110110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B11; }

 p { color: rgb(180,43,17); }

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

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

 a { background-color: rgb(180,43,17); }

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

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

 span { border-color: rgb(180,43,17); }

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