Html Css Color HEX #B2210B Fire Brick

📋 copy color: '#B2210B'

red 178 ◦ green 33 ◦ blue 11

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

Shades of Fire Brick #B2210B

Tints of Fire Brick #B2210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 80.18%
G = 14.86%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2210B (or 0xB2210B) is known color: Fire Brick. HEX triplet: B2, 21 and 0B. RGB value is (178,33,11). Sum of RGB (Red+Green+Blue) = 178+33+11=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B2210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2210B is #4DDEF4. Grayscale: #4A4A4A. Windows color (decimal): -5103349 or 729522. OLE color: 729522.

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

Color convert

RGB 178 33 11 -
CMYK 0 0.81 0.94 0.30
HSL 7.9º 0.88% 0.37% -
HSV(B) 7.9º 0.94% 0.7% -
XYZ 18.96 10.58 1.36 -
YUV 73.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 178 33 11 0 0.81 0.94 0.30 7.9 0.88 0.37
Hex B2 21 B 0 51 5E 1E 8 58 25
Octal 262 41 13 0 121 136 36 10 130 45
Binary 10110010 100001 1011 0 1010001 1011110 11110 1000 1011000 100101

Color Harmonies of #B2210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2210B

Black with #B2210B

Text Example


Text Example

White with #B2210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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