Html Css Color HEX #B22202 Harley Davidson Orange

📋 copy color: '#B22202'

red 178 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #B22202

Tints of Harley Davidson Orange #B22202

RGB

 RED value IS 178 (69.92% from 255) = 83.18%

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

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

R = 83.18%
G = 15.89%
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

#B22202 (or 0xB22202) is known color: Harley Davidson Orange. HEX triplet: B2, 22 and 02. RGB value is (178,34,2). Sum of RGB (Red+Green+Blue) = 178+34+2=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B22202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22202 is #4DDDFD. Grayscale: #494949. Windows color (decimal): -5103102 or 139954. OLE color: 139954.

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

Color convert

RGB 178 34 2 -
CMYK 0 0.81 0.99 0.30
HSL 10.91º 0.98% 0.35% -
HSV(B) 10.91º 0.99% 0.7% -
XYZ 18.94 10.61 1.11 -
YUV 73.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 178 34 2 0 0.81 0.99 0.30 10.91 0.98 0.35
Hex B2 22 2 0 51 63 1E B 62 23
Octal 262 42 2 0 121 143 36 13 142 43
Binary 10110010 100010 10 0 1010001 1100011 11110 1011 1100010 100011

Color Harmonies of #B22202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22202

Black with #B22202

Text Example


Text Example

White with #B22202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22202; }

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

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

background-color css

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

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

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

border-color css

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

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

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