#B21D1D

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

Shades of Fire Brick #B21D1D

Tints of Fire Brick #B21D1D

Color information

#B21D1D (or 0xB21D1D) is unknown color: approx Fire Brick. HEX triplet: B2, 1D and 1D. RGB value is (178,29,29). Sum of RGB (Red+Green+Blue) = 178+29+29=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D1D is #4DE2E2. Grayscale: #494949. Windows color (decimal): -5104355 or 1908146. OLE color: 1908146.

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

Color convert

RGB1782929-
CMYK00.840.840.30
HSL71.98%40.59%-
HSV(B)83.71%69.8%-
XYZ19.0210.432.17-
YUV73.55102.86202.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.42%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=75.42%
G=12.29%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178292900.840.840.30071.9840.59
HexB21D1D054541E04829
Octal2623535012412436011051
Binary1011001011101111010101010010101001111001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D1D; }

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

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

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

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

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

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

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

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