#B42C11

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

Shades of Harley Davidson Orange #B42C11

Tints of Harley Davidson Orange #B42C11

Color information

#B42C11 (or 0xB42C11) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 2C and 11. RGB value is (180,44,17). Sum of RGB (Red+Green+Blue) = 180+44+17=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C11 is #4BD3EE. Grayscale: #515151. Windows color (decimal): -4969455 or 1125556. OLE color: 1125556.

HSL color Cylindrical-coordinate representation of color #B42C11: hue angle of 9.94º 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 #B42C11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1804417-
CMYK00.760.910.29
HSL9.94º82.74%38.63%-
HSV(B)9.94º90.56%70.59%-
XYZ19.8211.551.71-
YUV81.5991.56198.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=74.69%
G=18.26%
B=7.05%

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
Decimal180441700.760.910.299.9482.7438.63
HexB42C1104C5B1Da5327
Octal26454210114133351212347
Binary10110100101100100010100110010110111110110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C11; }

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

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

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

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

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

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

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

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