#B72D0D

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

Shades of Harley Davidson Orange #B72D0D

Tints of Harley Davidson Orange #B72D0D

Color information

#B72D0D (or 0xB72D0D) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 2D and 0D. RGB value is (183,45,13). Sum of RGB (Red+Green+Blue) = 183+45+13=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72D0D is #48D2F2. Grayscale: #525252. Windows color (decimal): -4772595 or 863671. OLE color: 863671.

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

Color convert

RGB1834513-
CMYK00.750.930.28
HSL11.29º86.73%38.43%-
HSV(B)11.29º92.9%71.76%-
XYZ20.5411.971.61-
YUV82.6188.72199.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.93%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=75.93%
G=18.67%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183451300.750.930.2811.2986.7338.43
HexB72DD04B5D1Cb5726
Octal26755150113135341312746
Binary1011011110110111010100101110111011110010111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D0D; }

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

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

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

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

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

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

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

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