Html Css Color HEX #B22112 Fire Brick

📋 copy color: '#B22112'

red 178 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #B22112

Tints of Fire Brick #B22112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 77.73%
G = 14.41%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22112 (or 0xB22112) is known color: Fire Brick. HEX triplet: B2, 21 and 12. RGB value is (178,33,18). Sum of RGB (Red+Green+Blue) = 178+33+18=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B22112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22112 is #4DDEED. Grayscale: #4A4A4A. Windows color (decimal): -5103342 or 1188274. OLE color: 1188274.

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

Color convert

RGB 178 33 18 -
CMYK 0 0.81 0.90 0.30
HSL 5.63º 0.82% 0.38% -
HSV(B) 5.63º 0.9% 0.7% -
XYZ 19.01 10.6 1.62 -
YUV 74.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 178 33 18 0 0.81 0.90 0.30 5.63 0.82 0.38
Hex B2 21 12 0 51 5A 1E 6 52 26
Octal 262 41 22 0 121 132 36 6 122 46
Binary 10110010 100001 10010 0 1010001 1011010 11110 110 1010010 100110

Color Harmonies of #B22112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22112

Black with #B22112

Text Example


Text Example

White with #B22112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22112; }

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

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

background-color css

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

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

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

border-color css

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

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

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