Html Css Color HEX #B21110 Fire Brick

📋 copy color: '#B21110'

red 178 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #B21110

Tints of Fire Brick #B21110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 84.36%
G = 8.06%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B21110 (or 0xB21110) is known color: Fire Brick. HEX triplet: B2, 11 and 10. RGB value is (178,17,16). Sum of RGB (Red+Green+Blue) = 178+17+16=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B21110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21110 is #4DEEEF. Grayscale: #414141. Windows color (decimal): -5107440 or 1053106. OLE color: 1053106.

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

Color convert

RGB 178 17 16 -
CMYK 0 0.90 0.91 0.30
HSL 0.37º 0.84% 0.38% -
HSV(B) 0.37º 0.91% 0.7% -
XYZ 18.65 9.9 1.42 -
YUV 65.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 178 17 16 0 0.90 0.91 0.30 0.37 0.84 0.38
Hex B2 11 10 0 5A 5B 1E 0 54 26
Octal 262 21 20 0 132 133 36 0 124 46
Binary 10110010 10001 10000 0 1011010 1011011 11110 0 1010100 100110

Color Harmonies of #B21110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21110

Black with #B21110

Text Example


Text Example

White with #B21110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21110; }

 p { color: rgb(178,17,16); }

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

background-color css

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

 a { background-color: rgb(178,17,16); }

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

border-color css

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

 span { border-color: rgb(178,17,16); }

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