#B52C0F

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

Shades of Harley Davidson Orange #B52C0F

Tints of Harley Davidson Orange #B52C0F

Color information

#B52C0F (or 0xB52C0F) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2C and 0F. RGB value is (181,44,15). Sum of RGB (Red+Green+Blue) = 181+44+15=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C0F is #4AD3F0. Grayscale: #515151. Windows color (decimal): -4903921 or 994485. OLE color: 994485.

HSL color Cylindrical-coordinate representation of color #B52C0F: hue angle of 10.48º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B52C0F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1814415-
CMYK00.760.920.29
HSL10.48º84.69%38.43%-
HSV(B)10.48º91.71%70.98%-
XYZ20.0411.661.65-
YUV81.6690.39198.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.42%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=75.42%
G=18.33%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181441500.760.920.2910.4884.6938.43
HexB52CF04C5C1Da5526
Octal26554170114134351212546
Binary1011010110110011110100110010111001110110101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52C0F; }

 p { color: rgb(181,44,15); }

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

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

 a { background-color: rgb(181,44,15); }

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

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

 span { border-color: rgb(181,44,15); }

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