Html Css Color HEX #B32202 Harley Davidson Orange

📋 copy color: '#B32202'

red 179 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #B32202

Tints of Harley Davidson Orange #B32202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 83.26%
G = 15.81%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32202 (or 0xB32202) is known color: Harley Davidson Orange. HEX triplet: B3, 22 and 02. RGB value is (179,34,2). Sum of RGB (Red+Green+Blue) = 179+34+2=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B32202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32202 is #4CDDFD. Grayscale: #494949. Windows color (decimal): -5037566 or 139955. OLE color: 139955.

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

Color convert

RGB 179 34 2 -
CMYK 0 0.81 0.99 0.30
HSL 10.85º 0.98% 0.35% -
HSV(B) 10.85º 0.99% 0.7% -
XYZ 19.17 10.73 1.12 -
YUV 73.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 179 34 2 0 0.81 0.99 0.30 10.85 0.98 0.35
Hex B3 22 2 0 51 63 1E B 62 23
Octal 263 42 2 0 121 143 36 13 142 43
Binary 10110011 100010 10 0 1010001 1100011 11110 1011 1100010 100011

Color Harmonies of #B32202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32202

Black with #B32202

Text Example


Text Example

White with #B32202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32202; }

 p { color: rgb(179,34,2); }

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

background-color css

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

 a { background-color: rgb(179,34,2); }

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

border-color css

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

 span { border-color: rgb(179,34,2); }

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