#B72C0D

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

Shades of Harley Davidson Orange #B72C0D

Tints of Harley Davidson Orange #B72C0D

Color information

#B72C0D (or 0xB72C0D) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 2C and 0D. RGB value is (183,44,13). Sum of RGB (Red+Green+Blue) = 183+44+13=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C0D is #48D3F2. Grayscale: #525252. Windows color (decimal): -4772851 or 863415. OLE color: 863415.

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

Color convert

RGB1834413-
CMYK00.760.930.28
HSL10.94º86.73%38.43%-
HSV(B)10.94º92.9%71.76%-
XYZ20.511.91.6-
YUV82.0389.05200.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.25%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=76.25%
G=18.33%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183441300.760.930.2810.9486.7338.43
HexB72CD04C5D1Cb5726
Octal26754150114135341312746
Binary1011011110110011010100110010111011110010111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C0D; }

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

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

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

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

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

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

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

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