#A21A0A

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

Shades of Fire Brick #A21A0A

Tints of Fire Brick #A21A0A

Color information

#A21A0A (or 0xA21A0A) is unknown color: approx Fire Brick. HEX triplet: A2, 1A and 0A. RGB value is (162,26,10). Sum of RGB (Red+Green+Blue) = 162+26+10=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0A is #5DE5F5. Grayscale: #414141. Windows color (decimal): -6153718 or 662178. OLE color: 662178.

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

Color convert

RGB1622610-
CMYK00.840.940.36
HSL6.32º88.37%33.73%-
HSV(B)6.32º93.83%63.53%-
XYZ15.328.441.11-
YUV64.8497.06197.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.82%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=81.82%
G=13.13%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162261000.840.940.366.3288.3733.73
HexA21AA0545E2465822
Octal2423212012413644613042
Binary101000101101010100101010010111101001001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A0A; }

 p { color: rgb(162,26,10); }

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

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

 a { background-color: rgb(162,26,10); }

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

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

 span { border-color: rgb(162,26,10); }

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