#B21A09

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

Shades of Fire Brick #B21A09

Tints of Fire Brick #B21A09

Color information

#B21A09 (or 0xB21A09) is unknown color: approx Fire Brick. HEX triplet: B2, 1A and 09. RGB value is (178,26,9). Sum of RGB (Red+Green+Blue) = 178+26+9=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A09 is #4DE5F6. Grayscale: #454545. Windows color (decimal): -5105143 or 596658. OLE color: 596658.

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

Color convert

RGB178269-
CMYK00.850.950.30
HSL6.04º90.37%36.67%-
HSV(B)6.04º94.94%69.8%-
XYZ18.7810.221.24-
YUV69.5193.86205.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.57%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=83.57%
G=12.21%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17826900.850.950.306.0490.3736.67
HexB21A90555F1E65a25
Octal2623211012513736613245
Binary10110010110101001010101011011111111101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A09; }

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

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

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

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

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

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

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

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