#B21C19

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

Shades of Fire Brick #B21C19

Tints of Fire Brick #B21C19

Color information

#B21C19 (or 0xB21C19) is unknown color: approx Fire Brick. HEX triplet: B2, 1C and 19. RGB value is (178,28,25). Sum of RGB (Red+Green+Blue) = 178+28+25=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21C19 is #4DE3E6. Grayscale: #484848. Windows color (decimal): -5104615 or 1645746. OLE color: 1645746.

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

Color convert

RGB1782825-
CMYK00.840.860.30
HSL1.18º75.37%39.8%-
HSV(B)1.18º85.96%69.8%-
XYZ18.9510.371.92-
YUV72.51101.2203.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.06%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=77.06%
G=12.12%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178282500.840.860.301.1875.3739.8
HexB21C19054561E14b28
Octal2623431012412636111350
Binary1011001011100110010101010010101101111011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21C19; }

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

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

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

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

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

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

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

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