#B52D13

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

Shades of Harley Davidson Orange #B52D13

Tints of Harley Davidson Orange #B52D13

Color information

#B52D13 (or 0xB52D13) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2D and 13. RGB value is (181,45,19). Sum of RGB (Red+Green+Blue) = 181+45+19=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D13 is #4AD2EC. Grayscale: #525252. Windows color (decimal): -4903661 or 1256885. OLE color: 1256885.

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

Color convert

RGB1814519-
CMYK00.750.900.29
HSL9.63º81%39.22%-
HSV(B)9.63º89.5%70.98%-
XYZ20.1111.751.82-
YUV82.792.06198.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.88%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=73.88%
G=18.37%
B=7.76%

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
Decimal181451900.750.900.299.638139.22
HexB52D1304B5A1Da5127
Octal26555230113132351212147
Binary10110101101101100110100101110110101110110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52D13; }

 p { color: rgb(181,45,19); }

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

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

 a { background-color: rgb(181,45,19); }

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

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

 span { border-color: rgb(181,45,19); }

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