Html Css Color HEX #B32A0C Harley Davidson Orange

📋 copy color: '#B32A0C'

red 179 ◦ green 42 ◦ blue 12

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

Shades of Harley Davidson Orange #B32A0C

Tints of Harley Davidson Orange #B32A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 76.82%
G = 18.03%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B32A0C (or 0xB32A0C) is known color: Harley Davidson Orange. HEX triplet: B3, 2A and 0C. RGB value is (179,42,12). Sum of RGB (Red+Green+Blue) = 179+42+12=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A0C is #4CD5F3. Grayscale: #4F4F4F. Windows color (decimal): -5035508 or 797363. OLE color: 797363.

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

Color convert

RGB 179 42 12 -
CMYK 0 0.77 0.93 0.30
HSL 10.78º 0.87% 0.37% -
HSV(B) 10.78º 0.93% 0.7% -
XYZ 19.48 11.27 1.5 -
YUV 79.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 179 42 12 0 0.77 0.93 0.30 10.78 0.87 0.37
Hex B3 2A C 0 4D 5D 1E B 57 25
Octal 263 52 14 0 115 135 36 13 127 45
Binary 10110011 101010 1100 0 1001101 1011101 11110 1011 1010111 100101

Color Harmonies of #B32A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A0C

Black with #B32A0C

Text Example


Text Example

White with #B32A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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