#AD1E11

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

Shades of Fire Brick #AD1E11

Tints of Fire Brick #AD1E11

Color information

#AD1E11 (or 0xAD1E11) is unknown color: approx Fire Brick. HEX triplet: AD, 1E and 11. RGB value is (173,30,17). Sum of RGB (Red+Green+Blue) = 173+30+17=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E11 is #52E1EE. Grayscale: #474747. Windows color (decimal): -5431791 or 1121965. OLE color: 1121965.

HSL color Cylindrical-coordinate representation of color #AD1E11: hue angle of 5º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1E11 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1733017-
CMYK00.830.900.32
HSL82.11%37.25%-
HSV(B)90.17%67.84%-
XYZ17.89.851.49-
YUV71.2797.38200.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.64%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=78.64%
G=13.64%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173301700.830.900.32582.1137.25
HexAD1E110535A2055225
Octal2553621012313240512245
Binary1010110111110100010101001110110101000001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E11; }

 p { color: rgb(173,30,17); }

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

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

 a { background-color: rgb(173,30,17); }

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

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

 span { border-color: rgb(173,30,17); }

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