#A21C0F

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

Shades of Fire Brick #A21C0F

Tints of Fire Brick #A21C0F

Color information

#A21C0F (or 0xA21C0F) is unknown color: approx Fire Brick. HEX triplet: A2, 1C and 0F. RGB value is (162,28,15). Sum of RGB (Red+Green+Blue) = 162+28+15=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C0F is #5DE3F0. Grayscale: #424242. Windows color (decimal): -6153201 or 990370. OLE color: 990370.

HSL color Cylindrical-coordinate representation of color #A21C0F: hue angle of 5.31º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A21C0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1622815-
CMYK00.830.910.36
HSL5.31º83.05%34.71%-
HSV(B)5.31º90.74%63.53%-
XYZ15.48.551.29-
YUV66.5898.89196.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.02%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=79.02%
G=13.66%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162281500.830.910.365.3183.0534.71
HexA21CF0535B2455323
Octal2423417012313344512343
Binary101000101110011110101001110110111001001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C0F; }

 p { color: rgb(162,28,15); }

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

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

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

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

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

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

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