#A21E0E

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

Shades of Fire Brick #A21E0E

Tints of Fire Brick #A21E0E

Color information

#A21E0E (or 0xA21E0E) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 0E. RGB value is (162,30,14). Sum of RGB (Red+Green+Blue) = 162+30+14=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E0E is #5DE1F1. Grayscale: #434343. Windows color (decimal): -6152690 or 925346. OLE color: 925346.

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

Color convert

RGB1623014-
CMYK00.810.910.36
HSL6.49º84.09%34.51%-
HSV(B)6.49º91.36%63.53%-
XYZ15.448.641.27-
YUV67.6497.73195.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=78.64%
G=14.56%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162301400.810.910.366.4984.0934.51
HexA21EE0515B2465423
Octal2423616012113344612443
Binary101000101111011100101000110110111001001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E0E; }

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

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

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

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

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

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

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

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