#B21C18

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

Shades of Fire Brick #B21C18

Tints of Fire Brick #B21C18

Color information

#B21C18 (or 0xB21C18) is unknown color: approx Fire Brick. HEX triplet: B2, 1C and 18. RGB value is (178,28,24). Sum of RGB (Red+Green+Blue) = 178+28+24=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21C18 is #4DE3E7. Grayscale: #484848. Windows color (decimal): -5104616 or 1580210. OLE color: 1580210.

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

Color convert

RGB1782824-
CMYK00.840.870.30
HSL1.56º76.24%39.61%-
HSV(B)1.56º86.52%69.8%-
XYZ18.9410.361.87-
YUV72.39100.7203.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.39%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=77.39%
G=12.17%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178282400.840.870.301.5676.2439.61
HexB21C18054571E24c28
Octal2623430012412736211450
Binary10110010111001100001010100101011111110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21C18; }

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

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

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

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

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

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

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

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