#A21A0E

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

Shades of Fire Brick #A21A0E

Tints of Fire Brick #A21A0E

Color information

#A21A0E (or 0xA21A0E) is unknown color: approx Fire Brick. HEX triplet: A2, 1A and 0E. RGB value is (162,26,14). Sum of RGB (Red+Green+Blue) = 162+26+14=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0E is #5DE5F1. Grayscale: #414141. Windows color (decimal): -6153714 or 924322. OLE color: 924322.

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

Color convert

RGB1622614-
CMYK00.840.910.36
HSL4.86º84.09%34.51%-
HSV(B)4.86º91.36%63.53%-
XYZ15.358.451.24-
YUV65.399.06196.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=80.20%
G=12.87%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162261400.840.910.364.8684.0934.51
HexA21AE0545B2455423
Octal2423216012413344512443
Binary101000101101011100101010010110111001001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A0E; }

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

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

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

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

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

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

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

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