Html Css Color HEX #B22122 Fire Engine Red

📋 copy color: '#B22122'

red 178 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #B22122

Tints of Fire Engine Red #B22122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 72.65%
G = 13.47%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B22122 (or 0xB22122) is known color: Fire Engine Red. HEX triplet: B2, 21 and 22. RGB value is (178,33,34). Sum of RGB (Red+Green+Blue) = 178+33+34=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B22122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22122 is #4DDEDD. Grayscale: #4C4C4C. Windows color (decimal): -5103326 or 2236850. OLE color: 2236850.

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

Color convert

RGB 178 33 34 -
CMYK 0 0.81 0.81 0.30
HSL 359.59º 0.69% 0.41% -
HSV(B) 359.59º 0.81% 0.7% -
XYZ 19.19 10.67 2.56 -
YUV 76.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 178 33 34 0 0.81 0.81 0.30 359.59 0.69 0.41
Hex B2 21 22 0 51 51 1E 168 45 29
Octal 262 41 42 0 121 121 36 550 105 51
Binary 10110010 100001 100010 0 1010001 1010001 11110 101101000 1000101 101001

Color Harmonies of #B22122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22122

Black with #B22122

Text Example


Text Example

White with #B22122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22122; }

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

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

background-color css

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

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

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

border-color css

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

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

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