#A21D0F

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

Shades of Fire Brick #A21D0F

Tints of Fire Brick #A21D0F

Color information

#A21D0F (or 0xA21D0F) is unknown color: approx Fire Brick. HEX triplet: A2, 1D and 0F. RGB value is (162,29,15). Sum of RGB (Red+Green+Blue) = 162+29+15=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D0F is #5DE2F0. Grayscale: #434343. Windows color (decimal): -6152945 or 990626. OLE color: 990626.

HSL color Cylindrical-coordinate representation of color #A21D0F: hue angle of 5.71º 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 #A21D0F is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1622915-
CMYK00.820.910.36
HSL5.71º83.05%34.71%-
HSV(B)5.71º90.74%63.53%-
XYZ15.438.591.3-
YUV67.1798.56195.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=78.64%
G=14.08%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162291500.820.910.365.7183.0534.71
HexA21DF0525B2465323
Octal2423517012213344612343
Binary101000101110111110101001010110111001001101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D0F; }

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

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

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

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

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

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

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

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