#B72A10

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

Shades of Harley Davidson Orange #B72A10

Tints of Harley Davidson Orange #B72A10

Color information

#B72A10 (or 0xB72A10) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 2A and 10. RGB value is (183,42,16). Sum of RGB (Red+Green+Blue) = 183+42+16=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72A10 is #48D5EF. Grayscale: #515151. Windows color (decimal): -4773360 or 1059511. OLE color: 1059511.

HSL color Cylindrical-coordinate representation of color #B72A10: hue angle of 9.34º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72A10 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1834216-
CMYK00.770.910.28
HSL9.34º83.92%39.02%-
HSV(B)9.34º91.26%71.76%-
XYZ20.4511.761.68-
YUV81.1991.21200.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.93%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 16 (6.64% from 255) = 6.64%
R=75.93%
G=17.43%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183421600.770.910.289.3483.9239.02
HexB72A1004D5B1C95427
Octal26752200115133341112447
Binary10110111101010100000100110110110111110010011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A10; }

 p { color: rgb(183,42,16); }

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

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

 a { background-color: rgb(183,42,16); }

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

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

 span { border-color: rgb(183,42,16); }

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