#b52c0c

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

Shades of Harley Davidson Orange #B52C0C

Tints of Harley Davidson Orange #B52C0C

Color information

#B52C0C (or 0xB52C0C) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2C and 0C. RGB value is (181,44,12). Sum of RGB (Red+Green+Blue) = 181+44+12=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C0C is #4AD3F3. Grayscale: #515151. Windows color (decimal): -4903924 or 797877. OLE color: 797877.

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

Color convert

RGB1814412-
CMYK00.760.930.29
HSL11.36º87.56%37.84%-
HSV(B)11.36º93.37%70.98%-
XYZ20.0211.651.54-
YUV81.3288.89199.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 76.37%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=76.37%
G=18.57%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181441200.760.930.2911.3687.5637.84
HexB52CC04C5D1Db5826
Octal26554140114135351313046
Binary1011010110110011000100110010111011110110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52c0c; }

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

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

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

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

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

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

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

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