#B42D11

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

Shades of Harley Davidson Orange #B42D11

Tints of Harley Davidson Orange #B42D11

Color information

#B42D11 (or 0xB42D11) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 2D and 11. RGB value is (180,45,17). Sum of RGB (Red+Green+Blue) = 180+45+17=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D11 is #4BD2EE. Grayscale: #525252. Windows color (decimal): -4969199 or 1125812. OLE color: 1125812.

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

Color convert

RGB1804517-
CMYK00.750.910.29
HSL10.31º82.74%38.63%-
HSV(B)10.31º90.56%70.59%-
XYZ19.8611.621.73-
YUV82.1791.23197.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.38%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=74.38%
G=18.60%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180451700.750.910.2910.3182.7438.63
HexB42D1104B5B1Da5327
Octal26455210113133351212347
Binary10110100101101100010100101110110111110110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D11; }

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

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

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

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

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

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

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

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