Html Css Color HEX #B32E14 Harley Davidson Orange

📋 copy color: '#B32E14'

red 179 ◦ green 46 ◦ blue 20

#B32E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #B32E14

Tints of Harley Davidson Orange #B32E14

RGB

 RED value IS 179 (70.31% from 255) = 73.06%

 GREEN value IS 46 (18.36% from 255) = 18.78%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 73.06%
G = 18.78%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32E14 (or 0xB32E14) is known color: Harley Davidson Orange. HEX triplet: B3, 2E and 14. RGB value is (179,46,20). Sum of RGB (Red+Green+Blue) = 179+46+20=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E14 is #4CD1EB. Grayscale: #535353. Windows color (decimal): -5034476 or 1322675. OLE color: 1322675.

HSL color Cylindrical-coordinate representation of color #B32E14: hue angle of 9.81º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32E14 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 46 20 -
CMYK 0 0.74 0.89 0.30
HSL 9.81º 0.8% 0.39% -
HSV(B) 9.81º 0.89% 0.7% -
XYZ 19.69 11.59 1.86 -
YUV 82.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 179 46 20 0 0.74 0.89 0.30 9.81 0.8 0.39
Hex B3 2E 14 0 4A 59 1E A 50 27
Octal 263 56 24 0 112 131 36 12 120 47
Binary 10110011 101110 10100 0 1001010 1011001 11110 1010 1010000 100111

Color Harmonies of #B32E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E14

Black with #B32E14

Text Example


Text Example

White with #B32E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E14; }

 p { color: rgb(179,46,20); }

 H1.HeaderClassName
 {
   color: #B32E14;
 }
 .AnyTagClassName
 {
   color: #B32E14;
 }
</style>

background-color css

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

 a { background-color: rgb(179,46,20); }

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

border-color css

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

 span { border-color: rgb(179,46,20); }

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