#B32C0F

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

Shades of Harley Davidson Orange #B32C0F

Tints of Harley Davidson Orange #B32C0F

Color information

#B32C0F (or 0xB32C0F) is unknown color: approx Harley Davidson Orange. HEX triplet: B3, 2C and 0F. RGB value is (179,44,15). Sum of RGB (Red+Green+Blue) = 179+44+15=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C0F is #4CD3F0. Grayscale: #515151. Windows color (decimal): -5034993 or 994483. OLE color: 994483.

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

Color convert

RGB1794415-
CMYK00.750.920.30
HSL10.61º84.54%38.04%-
HSV(B)10.61º91.62%70.2%-
XYZ19.5811.421.62-
YUV81.0690.73197.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.21%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=75.21%
G=18.49%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179441500.750.920.3010.6184.5438.04
HexB32CF04B5C1Eb5526
Octal26354170113134361312546
Binary1011001110110011110100101110111001111010111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32C0F; }

 p { color: rgb(179,44,15); }

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

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

 a { background-color: rgb(179,44,15); }

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

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

 span { border-color: rgb(179,44,15); }

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