#B72C12

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

Shades of Harley Davidson Orange #B72C12

Tints of Harley Davidson Orange #B72C12

Color information

#B72C12 (or 0xB72C12) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 2C and 12. RGB value is (183,44,18). Sum of RGB (Red+Green+Blue) = 183+44+18=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C12 is #48D3ED. Grayscale: #525252. Windows color (decimal): -4772846 or 1191095. OLE color: 1191095.

HSL color Cylindrical-coordinate representation of color #B72C12: hue angle of 9.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72C12 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1834418-
CMYK00.760.900.28
HSL9.45º82.09%39.41%-
HSV(B)9.45º90.16%71.76%-
XYZ20.5411.911.79-
YUV82.691.55199.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=74.69%
G=17.96%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183441800.760.900.289.4582.0939.41
HexB72C1204C5A1C95227
Octal26754220114132341112247
Binary10110111101100100100100110010110101110010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C12; }

 p { color: rgb(183,44,18); }

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

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

 a { background-color: rgb(183,44,18); }

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

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

 span { border-color: rgb(183,44,18); }

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