Html Css Color HEX #B21311 Fire Brick

📋 copy color: '#B21311'

red 178 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #B21311

Tints of Fire Brick #B21311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 17 (7.03% from 255) = 7.94%

R = 83.18%
G = 8.88%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B21311 (or 0xB21311) is known color: Fire Brick. HEX triplet: B2, 13 and 11. RGB value is (178,19,17). Sum of RGB (Red+Green+Blue) = 178+19+17=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B21311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21311 is #4DECEE. Grayscale: #424242. Windows color (decimal): -5106927 or 1119154. OLE color: 1119154.

HSL color Cylindrical-coordinate representation of color #B21311: hue angle of 0.75º degrees, saturation: 0.83, 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 #B21311 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 17 -
CMYK 0 0.89 0.90 0.30
HSL 0.75º 0.83% 0.38% -
HSV(B) 0.75º 0.9% 0.7% -
XYZ 18.69 9.97 1.47 -
YUV 66.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 178 19 17 0 0.89 0.90 0.30 0.75 0.83 0.38
Hex B2 13 11 0 59 5A 1E 1 53 26
Octal 262 23 21 0 131 132 36 1 123 46
Binary 10110010 10011 10001 0 1011001 1011010 11110 1 1010011 100110

Color Harmonies of #B21311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21311

Black with #B21311

Text Example


Text Example

White with #B21311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21311; }

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

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

background-color css

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

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

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

border-color css

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

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

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