#B21610

Color #B21610 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B21610

Tints of Fire Brick #B21610

Color information

#B21610 (or 0xB21610) is unknown color: approx Fire Brick. HEX triplet: B2, 16 and 10. RGB value is (178,22,16). Sum of RGB (Red+Green+Blue) = 178+22+16=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B21610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21610 is #4DE9EF. Grayscale: #444444. Windows color (decimal): -5106160 or 1054386. OLE color: 1054386.

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

Color convert

RGB1782216-
CMYK00.880.910.30
HSL2.22º83.51%38.04%-
HSV(B)2.22º91.01%69.8%-
XYZ18.7410.081.45-
YUV67.9698.68206.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=82.41%
G=10.19%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178221600.880.910.302.2283.5138.04
HexB216100585B1E25426
Octal2622620013013336212446
Binary10110010101101000001011000101101111110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21610; }

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

 H1.HeaderClassName
 {
   color: #B21610;
 }
 .AnyTagClassName
 {
   color: #B21610;
 }
</style>
background-color css

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

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

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

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

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

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