#A21C12

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

Shades of Fire Brick #A21C12

Tints of Fire Brick #A21C12

Color information

#A21C12 (or 0xA21C12) is unknown color: approx Fire Brick. HEX triplet: A2, 1C and 12. RGB value is (162,28,18). Sum of RGB (Red+Green+Blue) = 162+28+18=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C12 is #5DE3ED. Grayscale: #434343. Windows color (decimal): -6153198 or 1186978. OLE color: 1186978.

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

Color convert

RGB1622818-
CMYK00.830.890.36
HSL4.17º80%35.29%-
HSV(B)4.17º88.89%63.53%-
XYZ15.428.561.41-
YUV66.93100.39195.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.88%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=77.88%
G=13.46%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162281800.830.890.364.178035.29
HexA21C12053592445023
Octal2423422012313144412043
Binary1010001011100100100101001110110011001001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C12; }

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

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

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

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

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

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

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

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