Html Css Color HEX #B22200 Harley Davidson Orange

📋 copy color: '#B22200'

red 178 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #B22200

Tints of Harley Davidson Orange #B22200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.96%
G = 16.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B22200 (or 0xB22200) is known color: Harley Davidson Orange. HEX triplet: B2, 22 and 00. RGB value is (178,34,0). Sum of RGB (Red+Green+Blue) = 178+34+0=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B22200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22200 is #4DDDFF. Grayscale: #494949. Windows color (decimal): -5103104 or 8882. OLE color: 8882.

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

Color convert

RGB 178 34 0 -
CMYK 0 0.81 1 0.30
HSL 11.46º 1% 0.35% -
HSV(B) 11.46º 1% 0.7% -
XYZ 18.93 10.61 1.05 -
YUV 73.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 178 34 0 0 0.81 1 0.30 11.46 1 0.35
Hex B2 22 0 0 51 64 1E B 64 23
Octal 262 42 0 0 121 144 36 13 144 43
Binary 10110010 100010 0 0 1010001 1100100 11110 1011 1100100 100011

Color Harmonies of #B22200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22200

Black with #B22200

Text Example


Text Example

White with #B22200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22200; }

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

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

background-color css

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

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

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

border-color css

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

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

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