Html Css Color HEX #B0211B Fire Brick

📋 copy color: '#B0211B'

red 176 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #B0211B

Tints of Fire Brick #B0211B

RGB

 RED value IS 176 (69.14% from 255) = 74.58%

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

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

R = 74.58%
G = 13.98%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0211B (or 0xB0211B) is known color: Fire Brick. HEX triplet: B0, 21 and 1B. RGB value is (176,33,27). Sum of RGB (Red+Green+Blue) = 176+33+27=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B0211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0211B is #4FDEE4. Grayscale: #4B4B4B. Windows color (decimal): -5234405 or 1778096. OLE color: 1778096.

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

Color convert

RGB 176 33 27 -
CMYK 0 0.81 0.85 0.31
HSL 2.42º 0.73% 0.4% -
HSV(B) 2.42º 0.85% 0.69% -
XYZ 18.65 10.4 2.06 -
YUV 75.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 176 33 27 0 0.81 0.85 0.31 2.42 0.73 0.4
Hex B0 21 1B 0 51 55 1F 2 49 28
Octal 260 41 33 0 121 125 37 2 111 50
Binary 10110000 100001 11011 0 1010001 1010101 11111 10 1001001 101000

Color Harmonies of #B0211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0211B

Black with #B0211B

Text Example


Text Example

White with #B0211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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