Html Css Color HEX #B21313 Fire Brick

📋 copy color: '#B21313'

red 178 ◦ green 19 ◦ blue 19

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

Shades of Fire Brick #B21313

Tints of Fire Brick #B21313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 82.41%
G = 8.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B21313 (or 0xB21313) is known color: Fire Brick. HEX triplet: B2, 13 and 13. RGB value is (178,19,19). Sum of RGB (Red+Green+Blue) = 178+19+19=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B21313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21313 is #4DECEC. Grayscale: #424242. Windows color (decimal): -5106925 or 1250226. OLE color: 1250226.

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

Color convert

RGB 178 19 19 -
CMYK 0 0.89 0.89 0.30
HSL 0.81% 0.39% -
HSV(B) 0.89% 0.7% -
XYZ 18.71 9.98 1.56 -
YUV 66.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 178 19 19 0 0.89 0.89 0.30 0 0.81 0.39
Hex B2 13 13 0 59 59 1E 0 51 27
Octal 262 23 23 0 131 131 36 0 121 47
Binary 10110010 10011 10011 0 1011001 1011001 11110 0 1010001 100111

Color Harmonies of #B21313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21313

Black with #B21313

Text Example


Text Example

White with #B21313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21313; }

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

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

background-color css

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

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

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

border-color css

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

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

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