#B32001

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

Shades of Harley Davidson Orange #B32001

Tints of Harley Davidson Orange #B32001

Color information

#B32001 (or 0xB32001) is unknown color: approx Harley Davidson Orange. HEX triplet: B3, 20 and 01. RGB value is (179,32,1). Sum of RGB (Red+Green+Blue) = 179+32+1=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B32001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32001 is #4CDFFE. Grayscale: #484848. Windows color (decimal): -5038079 or 73907. OLE color: 73907.

HSL color Cylindrical-coordinate representation of color #B32001: hue angle of 10.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32001 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179321-
CMYK00.820.990.30
HSL10.45º98.89%35.29%-
HSV(B)10.45º99.44%70.2%-
XYZ19.1110.621.07-
YUV72.4287.7204.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 84.43%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=84.43%
G=15.09%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17932100.820.990.3010.4598.8935.29
HexB3201052631Ea6323
Octal2634010122143361214343
Binary1011001110000010101001011000111111010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32001; }

 p { color: rgb(179,32,1); }

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

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

 a { background-color: rgb(179,32,1); }

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

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

 span { border-color: rgb(179,32,1); }

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