#B52E14

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

Shades of Harley Davidson Orange #B52E14

Tints of Harley Davidson Orange #B52E14

Color information

#B52E14 (or 0xB52E14) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2E and 14. RGB value is (181,46,20). Sum of RGB (Red+Green+Blue) = 181+46+20=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52E14 is #4AD1EB. Grayscale: #535353. Windows color (decimal): -4903404 or 1322677. OLE color: 1322677.

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

Color convert

RGB1814620-
CMYK00.750.890.29
HSL9.69º80.1%39.41%-
HSV(B)9.69º88.95%70.98%-
XYZ20.1611.831.88-
YUV83.492.23197.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.28%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=73.28%
G=18.62%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181462000.750.890.299.6980.139.41
HexB52E1404B591Da5027
Octal26556240113131351212047
Binary10110101101110101000100101110110011110110101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E14; }

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

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

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

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

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

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

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

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