#A11A0E

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

Shades of Fire Brick #A11A0E

Tints of Fire Brick #A11A0E

Color information

#A11A0E (or 0xA11A0E) is unknown color: approx Fire Brick. HEX triplet: A1, 1A and 0E. RGB value is (161,26,14). Sum of RGB (Red+Green+Blue) = 161+26+14=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A0E is #5EE5F1. Grayscale: #414141. Windows color (decimal): -6219250 or 924321. OLE color: 924321.

HSL color Cylindrical-coordinate representation of color #A11A0E: hue angle of 4.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A11A0E is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1612614-
CMYK00.840.910.37
HSL4.9º84%34.31%-
HSV(B)4.9º91.3%63.14%-
XYZ15.158.351.23-
YUV6599.23196.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 80.10%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=80.10%
G=12.94%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161261400.840.910.374.98434.31
HexA11AE0545B2555422
Octal2413216012413345512442
Binary101000011101011100101010010110111001011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A0E; }

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

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

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

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

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

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

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

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