#B52F12

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

Shades of Harley Davidson Orange #B52F12

Tints of Harley Davidson Orange #B52F12

Color information

#B52F12 (or 0xB52F12) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2F and 12. RGB value is (181,47,18). Sum of RGB (Red+Green+Blue) = 181+47+18=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52F12 is #4AD0ED. Grayscale: #545454. Windows color (decimal): -4903150 or 1191861. OLE color: 1191861.

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

Color convert

RGB1814718-
CMYK00.740.900.29
HSL10.67º81.91%39.02%-
HSV(B)10.67º90.06%70.98%-
XYZ20.1811.91.81-
YUV83.7690.89197.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.58%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=73.58%
G=19.11%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181471800.740.900.2910.6781.9139.02
HexB52F1204A5A1Db5227
Octal26557220112132351312247
Binary10110101101111100100100101010110101110110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F12; }

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

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

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

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

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

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

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

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