#B52A0C

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

Shades of Harley Davidson Orange #B52A0C

Tints of Harley Davidson Orange #B52A0C

Color information

#B52A0C (or 0xB52A0C) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2A and 0C. RGB value is (181,42,12). Sum of RGB (Red+Green+Blue) = 181+42+12=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A0C is #4AD5F3. Grayscale: #505050. Windows color (decimal): -4904436 or 797365. OLE color: 797365.

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

Color convert

RGB1814212-
CMYK00.770.930.29
HSL10.65º87.56%37.84%-
HSV(B)10.65º93.37%70.98%-
XYZ19.9511.511.52-
YUV80.1489.55199.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.02%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=77.02%
G=17.87%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181421200.770.930.2910.6587.5637.84
HexB52AC04D5D1Db5826
Octal26552140115135351313046
Binary1011010110101011000100110110111011110110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A0C; }

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

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

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

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

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

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

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

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