#AD1A17

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

Shades of Fire Brick #AD1A17

Tints of Fire Brick #AD1A17

Color information

#AD1A17 (or 0xAD1A17) is unknown color: approx Fire Brick. HEX triplet: AD, 1A and 17. RGB value is (173,26,23). Sum of RGB (Red+Green+Blue) = 173+26+23=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A17 is #52E5E8. Grayscale: #454545. Windows color (decimal): -5432809 or 1514157. OLE color: 1514157.

HSL color Cylindrical-coordinate representation of color #AD1A17: hue angle of 1.2º 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 #AD1A17 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1732623-
CMYK00.850.870.32
HSL1.2º76.53%38.43%-
HSV(B)1.2º86.71%67.84%-
XYZ17.769.681.74-
YUV69.61101.7201.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 23 (9.38% from 255) = 10.36%
R=77.93%
G=11.71%
B=10.36%

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
Decimal173262300.850.870.321.276.5338.43
HexAD1A17055572014d26
Octal2553227012512740111546
Binary10101101110101011101010101101011110000011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1A17; }

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

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

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

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

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

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

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

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