#B21C1C

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

Shades of Fire Brick #B21C1C

Tints of Fire Brick #B21C1C

Color information

#B21C1C (or 0xB21C1C) is unknown color: approx Fire Brick. HEX triplet: B2, 1C and 1C. RGB value is (178,28,28). Sum of RGB (Red+Green+Blue) = 178+28+28=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C1C is #4DE3E3. Grayscale: #494949. Windows color (decimal): -5104612 or 1842354. OLE color: 1842354.

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

Color convert

RGB1782828-
CMYK00.840.840.30
HSL72.82%40.39%-
HSV(B)84.27%69.8%-
XYZ18.9810.382.1-
YUV72.85102.7203-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.07%
GREEN value IS 28 (11.33% from 255) = 11.97%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=76.07%
G=11.97%
B=11.97%

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
Decimal178282800.840.840.30072.8240.39
HexB21C1C054541E04928
Octal2623434012412436011150
Binary1011001011100111000101010010101001111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21C1C; }

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

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

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

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

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

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

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

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