Html Css Color HEX #B22220 Fire Brick

📋 copy color: '#B22220'

red 178 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #B22220

Tints of Fire Brick #B22220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 72.95%
G = 13.93%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22220 (or 0xB22220) is known color: Fire Brick. HEX triplet: B2, 22 and 20. RGB value is (178,34,32). Sum of RGB (Red+Green+Blue) = 178+34+32=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B22220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22220 is #4DDDDF. Grayscale: #4C4C4C. Windows color (decimal): -5103072 or 2106034. OLE color: 2106034.

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

Color convert

RGB 178 34 32 -
CMYK 0 0.81 0.82 0.30
HSL 0.82º 0.7% 0.41% -
HSV(B) 0.82º 0.82% 0.7% -
XYZ 19.19 10.71 2.42 -
YUV 76.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 178 34 32 0 0.81 0.82 0.30 0.82 0.7 0.41
Hex B2 22 20 0 51 52 1E 1 46 29
Octal 262 42 40 0 121 122 36 1 106 51
Binary 10110010 100010 100000 0 1010001 1010010 11110 1 1000110 101001

Color Harmonies of #B22220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22220

Black with #B22220

Text Example


Text Example

White with #B22220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22220; }

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

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

background-color css

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

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

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

border-color css

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

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

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