#B21614

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

Shades of Fire Brick #B21614

Tints of Fire Brick #B21614

Color information

#B21614 (or 0xB21614) is unknown color: approx Fire Brick. HEX triplet: B2, 16 and 14. RGB value is (178,22,20). Sum of RGB (Red+Green+Blue) = 178+22+20=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B21614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21614 is #4DE9EB. Grayscale: #444444. Windows color (decimal): -5106156 or 1316530. OLE color: 1316530.

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

Color convert

RGB1782220-
CMYK00.880.890.30
HSL0.76º79.8%38.82%-
HSV(B)0.76º88.76%69.8%-
XYZ18.7710.091.62-
YUV68.42100.68206.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.91%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=80.91%
G=10%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178222000.880.890.300.7679.838.82
HexB21614058591E15027
Octal2622624013013136112047
Binary1011001010110101000101100010110011111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21614; }

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

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

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

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

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

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

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

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