#AD1A16

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

Shades of Fire Brick #AD1A16

Tints of Fire Brick #AD1A16

Color information

#AD1A16 (or 0xAD1A16) is unknown color: approx Fire Brick. HEX triplet: AD, 1A and 16. RGB value is (173,26,22). Sum of RGB (Red+Green+Blue) = 173+26+22=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A16 is #52E5E9. Grayscale: #454545. Windows color (decimal): -5432810 or 1448621. OLE color: 1448621.

HSL color Cylindrical-coordinate representation of color #AD1A16: hue angle of 1.59º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1A16 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1732622-
CMYK00.850.870.32
HSL1.59º77.44%38.24%-
HSV(B)1.59º87.28%67.84%-
XYZ17.759.681.69-
YUV69.5101.2201.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=78.28%
G=11.76%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173262200.850.870.321.5977.4438.24
HexAD1A16055572024d26
Octal2553226012512740211546
Binary101011011101010110010101011010111100000101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1A16; }

 p { color: rgb(173,26,22); }

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

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

 a { background-color: rgb(173,26,22); }

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

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

 span { border-color: rgb(173,26,22); }

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