#B52E12

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

Shades of Harley Davidson Orange #B52E12

Tints of Harley Davidson Orange #B52E12

Color information

#B52E12 (or 0xB52E12) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2E and 12. RGB value is (181,46,18). Sum of RGB (Red+Green+Blue) = 181+46+18=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52E12 is #4AD1ED. Grayscale: #535353. Windows color (decimal): -4903406 or 1191605. OLE color: 1191605.

HSL color Cylindrical-coordinate representation of color #B52E12: hue angle of 10.31º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B52E12 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1814618-
CMYK00.750.900.29
HSL10.31º81.91%39.02%-
HSV(B)10.31º90.06%70.98%-
XYZ20.1411.821.79-
YUV83.1791.23197.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.88%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=73.88%
G=18.78%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181461800.750.900.2910.3181.9139.02
HexB52E1204B5A1Da5227
Octal26556220113132351212247
Binary10110101101110100100100101110110101110110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E12; }

 p { color: rgb(181,46,18); }

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

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

 a { background-color: rgb(181,46,18); }

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

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

 span { border-color: rgb(181,46,18); }

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