#B52C0E

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

Shades of Harley Davidson Orange #B52C0E

Tints of Harley Davidson Orange #B52C0E

Color information

#B52C0E (or 0xB52C0E) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2C and 0E. RGB value is (181,44,14). Sum of RGB (Red+Green+Blue) = 181+44+14=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C0E is #4AD3F1. Grayscale: #515151. Windows color (decimal): -4903922 or 928949. OLE color: 928949.

HSL color Cylindrical-coordinate representation of color #B52C0E: hue angle of 10.78º degrees, saturation: 0.86, 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 #B52C0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1814414-
CMYK00.760.920.29
HSL10.78º85.64%38.24%-
HSV(B)10.78º92.27%70.98%-
XYZ20.0411.661.61-
YUV81.5489.89198.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.73%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=75.73%
G=18.41%
B=5.86%

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
Decimal181441400.760.920.2910.7885.6438.24
HexB52CE04C5C1Db5626
Octal26554160114134351312646
Binary1011010110110011100100110010111001110110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52C0E; }

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

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

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

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

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

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

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

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