#A21C05

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

Shades of Fire Brick #A21C05

Tints of Fire Brick #A21C05

Color information

#A21C05 (or 0xA21C05) is unknown color: approx Fire Brick. HEX triplet: A2, 1C and 05. RGB value is (162,28,5). Sum of RGB (Red+Green+Blue) = 162+28+5=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C05 is #5DE3FA. Grayscale: #414141. Windows color (decimal): -6153211 or 335010. OLE color: 335010.

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

Color convert

RGB162285-
CMYK00.830.970.36
HSL8.79º94.01%32.75%-
HSV(B)8.79º96.91%63.53%-
XYZ15.348.520.98-
YUV65.4493.89196.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.08%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=83.08%
G=14.36%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16228500.830.970.368.7994.0132.75
HexA21C5053612495e21
Octal2423450123141441113641
Binary101000101110010101010011110000110010010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C05; }

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

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

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

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

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

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

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

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