#A11F0D

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

Shades of Fire Brick #A11F0D

Tints of Fire Brick #A11F0D

Color information

#A11F0D (or 0xA11F0D) is unknown color: approx Fire Brick. HEX triplet: A1, 1F and 0D. RGB value is (161,31,13). Sum of RGB (Red+Green+Blue) = 161+31+13=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F0D is #5EE0F2. Grayscale: #444444. Windows color (decimal): -6217971 or 860065. OLE color: 860065.

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

Color convert

RGB1613113-
CMYK00.810.920.37
HSL7.3º85.06%34.12%-
HSV(B)7.3º91.93%63.14%-
XYZ15.268.591.23-
YUV67.8297.07194.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.54%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=78.54%
G=15.12%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161311300.810.920.377.385.0634.12
HexA11FD0515C2575522
Octal2413715012113445712542
Binary101000011111111010101000110111001001011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11F0D; }

 p { color: rgb(161,31,13); }

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

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

 a { background-color: rgb(161,31,13); }

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

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

 span { border-color: rgb(161,31,13); }

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