#B32A0E

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

Shades of Harley Davidson Orange #B32A0E

Tints of Harley Davidson Orange #B32A0E

Color information

#B32A0E (or 0xB32A0E) is unknown color: approx Harley Davidson Orange. HEX triplet: B3, 2A and 0E. RGB value is (179,42,14). Sum of RGB (Red+Green+Blue) = 179+42+14=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A0E is #4CD5F1. Grayscale: #505050. Windows color (decimal): -5035506 or 928435. OLE color: 928435.

HSL color Cylindrical-coordinate representation of color #B32A0E: hue angle of 10.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B32A0E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1794214-
CMYK00.770.920.30
HSL10.18º85.49%37.84%-
HSV(B)10.18º92.18%70.2%-
XYZ19.511.271.56-
YUV79.7790.89198.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.17%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=76.17%
G=17.87%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179421400.770.920.3010.1885.4937.84
HexB32AE04D5C1Ea5526
Octal26352160115134361212546
Binary1011001110101011100100110110111001111010101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A0E; }

 p { color: rgb(179,42,14); }

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

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

 a { background-color: rgb(179,42,14); }

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

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

 span { border-color: rgb(179,42,14); }

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