Html Css Color HEX #B2211B Fire Brick

📋 copy color: '#B2211B'

red 178 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #B2211B

Tints of Fire Brick #B2211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 74.79%
G = 13.87%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2211B (or 0xB2211B) is known color: Fire Brick. HEX triplet: B2, 21 and 1B. RGB value is (178,33,27). Sum of RGB (Red+Green+Blue) = 178+33+27=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B2211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2211B is #4DDEE4. Grayscale: #4B4B4B. Windows color (decimal): -5103333 or 1778098. OLE color: 1778098.

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

Color convert

RGB 178 33 27 -
CMYK 0 0.81 0.85 0.30
HSL 2.38º 0.74% 0.4% -
HSV(B) 2.38º 0.85% 0.7% -
XYZ 19.1 10.63 2.08 -
YUV 75.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 178 33 27 0 0.81 0.85 0.30 2.38 0.74 0.4
Hex B2 21 1B 0 51 55 1E 2 4A 28
Octal 262 41 33 0 121 125 36 2 112 50
Binary 10110010 100001 11011 0 1010001 1010101 11110 10 1001010 101000

Color Harmonies of #B2211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2211B

Black with #B2211B

Text Example


Text Example

White with #B2211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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