Html Css Color HEX #B22120 Fire Brick

📋 copy color: '#B22120'

red 178 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #B22120

Tints of Fire Brick #B22120

RGB

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

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

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

R = 73.25%
G = 13.58%
B = 13.17%

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

#B22120 (or 0xB22120) is known color: Fire Brick. HEX triplet: B2, 21 and 20. RGB value is (178,33,32). Sum of RGB (Red+Green+Blue) = 178+33+32=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B22120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22120 is #4DDEDF. Grayscale: #4C4C4C. Windows color (decimal): -5103328 or 2105778. OLE color: 2105778.

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

Color convert

RGB 178 33 32 -
CMYK 0 0.81 0.82 0.30
HSL 0.41º 0.7% 0.41% -
HSV(B) 0.41º 0.82% 0.7% -
XYZ 19.16 10.66 2.41 -
YUV 76.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 178 33 32 0 0.81 0.82 0.30 0.41 0.7 0.41
Hex B2 21 20 0 51 52 1E 0 46 29
Octal 262 41 40 0 121 122 36 0 106 51
Binary 10110010 100001 100000 0 1010001 1010010 11110 0 1000110 101001

Color Harmonies of #B22120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22120

Black with #B22120

Text Example


Text Example

White with #B22120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22120; }

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

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

background-color css

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

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

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

border-color css

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

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

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