#A11A17

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

Shades of Fire Brick #A11A17

Tints of Fire Brick #A11A17

Color information

#A11A17 (or 0xA11A17) is unknown color: approx Fire Brick. HEX triplet: A1, 1A and 17. RGB value is (161,26,23). Sum of RGB (Red+Green+Blue) = 161+26+23=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A17 is #5EE5E8. Grayscale: #424242. Windows color (decimal): -6219241 or 1514145. OLE color: 1514145.

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

Color convert

RGB1612623-
CMYK00.840.860.37
HSL1.3º75%36.08%-
HSV(B)1.3º85.71%63.14%-
XYZ15.228.381.63-
YUV66.02103.73195.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 76.67%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=76.67%
G=12.38%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161262300.840.860.371.37536.08
HexA11A17054562514b24
Octal2413227012412645111344
Binary10100001110101011101010100101011010010111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A17; }

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

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

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

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

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

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

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

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