#A11B0E

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

Shades of Fire Brick #A11B0E

Tints of Fire Brick #A11B0E

Color information

#A11B0E (or 0xA11B0E) is unknown color: approx Fire Brick. HEX triplet: A1, 1B and 0E. RGB value is (161,27,14). Sum of RGB (Red+Green+Blue) = 161+27+14=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11B0E is #5EE4F1. Grayscale: #414141. Windows color (decimal): -6218994 or 924577. OLE color: 924577.

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

Color convert

RGB1612714-
CMYK00.830.910.37
HSL5.31º84%34.31%-
HSV(B)5.31º91.3%63.14%-
XYZ15.178.391.24-
YUV65.5898.89196.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 79.70%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=79.70%
G=13.37%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161271400.830.910.375.318434.31
HexA11BE0535B2555422
Octal2413316012313345512442
Binary101000011101111100101001110110111001011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B0E; }

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

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

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

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

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

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

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

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