#B21A19

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

Shades of Fire Brick #B21A19

Tints of Fire Brick #B21A19

Color information

#B21A19 (or 0xB21A19) is unknown color: approx Fire Brick. HEX triplet: B2, 1A and 19. RGB value is (178,26,25). Sum of RGB (Red+Green+Blue) = 178+26+25=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A19 is #4DE5E6. Grayscale: #474747. Windows color (decimal): -5105127 or 1645234. OLE color: 1645234.

HSL color Cylindrical-coordinate representation of color #B21A19: hue angle of 0.39º 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 #B21A19 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1782625-
CMYK00.850.860.30
HSL0.39º75.37%39.8%-
HSV(B)0.39º85.96%69.8%-
XYZ18.910.271.91-
YUV71.33101.86204.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.73%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=77.73%
G=11.35%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178262500.850.860.300.3975.3739.8
HexB21A19055561E04b28
Octal2623231012512636011350
Binary1011001011010110010101010110101101111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A19; }

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

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

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

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

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

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

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

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