Html Css Color HEX #B32304 Harley Davidson Orange

📋 copy color: '#B32304'

red 179 ◦ green 35 ◦ blue 4

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

Shades of Harley Davidson Orange #B32304

Tints of Harley Davidson Orange #B32304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 82.11%
G = 16.06%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B32304 (or 0xB32304) is known color: Harley Davidson Orange. HEX triplet: B3, 23 and 04. RGB value is (179,35,4). Sum of RGB (Red+Green+Blue) = 179+35+4=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B32304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32304 is #4CDCFB. Grayscale: #4A4A4A. Windows color (decimal): -5037308 or 271283. OLE color: 271283.

HSL color Cylindrical-coordinate representation of color #B32304: hue angle of 10.63º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B32304 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 4 -
CMYK 0 0.80 0.98 0.30
HSL 10.63º 0.96% 0.36% -
HSV(B) 10.63º 0.98% 0.7% -
XYZ 19.21 10.79 1.19 -
YUV 74.52 88.21 202.52 -
System Red Green Blue C M Y K H S L
Decimal 179 35 4 0 0.80 0.98 0.30 10.63 0.96 0.36
Hex B3 23 4 0 50 62 1E B 60 24
Octal 263 43 4 0 120 142 36 13 140 44
Binary 10110011 100011 100 0 1010000 1100010 11110 1011 1100000 100100

Color Harmonies of #B32304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32304

Black with #B32304

Text Example


Text Example

White with #B32304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32304; }

 p { color: rgb(179,35,4); }

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

background-color css

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

 a { background-color: rgb(179,35,4); }

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

border-color css

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

 span { border-color: rgb(179,35,4); }

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