Html Css Color HEX #B21410 Fire Brick

📋 copy color: '#B21410'

red 178 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #B21410

Tints of Fire Brick #B21410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 83.18%
G = 9.35%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B21410 (or 0xB21410) is known color: Fire Brick. HEX triplet: B2, 14 and 10. RGB value is (178,20,16). Sum of RGB (Red+Green+Blue) = 178+20+16=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B21410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21410 is #4DEBEF. Grayscale: #424242. Windows color (decimal): -5106672 or 1053874. OLE color: 1053874.

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

Color convert

RGB 178 20 16 -
CMYK 0 0.89 0.91 0.30
HSL 1.48º 0.84% 0.38% -
HSV(B) 1.48º 0.91% 0.7% -
XYZ 18.7 10 1.44 -
YUV 66.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 178 20 16 0 0.89 0.91 0.30 1.48 0.84 0.38
Hex B2 14 10 0 59 5B 1E 1 54 26
Octal 262 24 20 0 131 133 36 1 124 46
Binary 10110010 10100 10000 0 1011001 1011011 11110 1 1010100 100110

Color Harmonies of #B21410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21410

Black with #B21410

Text Example


Text Example

White with #B21410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21410; }

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

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

background-color css

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

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

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

border-color css

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

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

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