#AD1F17

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

Shades of Fire Brick #AD1F17

Tints of Fire Brick #AD1F17

Color information

#AD1F17 (or 0xAD1F17) is unknown color: approx Fire Brick. HEX triplet: AD, 1F and 17. RGB value is (173,31,23). Sum of RGB (Red+Green+Blue) = 173+31+23=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F17 is #52E0E8. Grayscale: #484848. Windows color (decimal): -5431529 or 1515437. OLE color: 1515437.

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

Color convert

RGB1733123-
CMYK00.820.870.32
HSL3.2º76.53%38.43%-
HSV(B)3.2º86.71%67.84%-
XYZ17.889.931.78-
YUV72.55100.04199.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.21%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 23 (9.38% from 255) = 10.13%
R=76.21%
G=13.66%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173312300.820.870.323.276.5338.43
HexAD1F17052572034d26
Octal2553727012212740311546
Binary101011011111110111010100101010111100000111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F17; }

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

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

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

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

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

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

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

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