#B22204

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

Shades of Harley Davidson Orange #B22204

Tints of Harley Davidson Orange #B22204

Color information

#B22204 (or 0xB22204) is unknown color: approx Harley Davidson Orange. HEX triplet: B2, 22 and 04. RGB value is (178,34,4). Sum of RGB (Red+Green+Blue) = 178+34+4=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B22204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22204 is #4DDDFB. Grayscale: #494949. Windows color (decimal): -5103100 or 271026. OLE color: 271026.

HSL color Cylindrical-coordinate representation of color #B22204: hue angle of 10.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B22204 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB178344-
CMYK00.810.980.30
HSL10.34º95.6%35.69%-
HSV(B)10.34º97.75%69.8%-
XYZ18.9510.621.17-
YUV73.6488.71202.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=82.41%
G=15.74%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17834400.810.980.3010.3495.635.69
HexB2224051621Ea6024
Octal2624240121142361214044
Binary101100101000101000101000111000101111010101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22204; }

 p { color: rgb(178,34,4); }

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

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

 a { background-color: rgb(178,34,4); }

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

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

 span { border-color: rgb(178,34,4); }

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