#AD1710

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

Shades of Fire Brick #AD1710

Tints of Fire Brick #AD1710

Color information

#AD1710 (or 0xAD1710) is unknown color: approx Fire Brick. HEX triplet: AD, 17 and 10. RGB value is (173,23,16). Sum of RGB (Red+Green+Blue) = 173+23+16=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1710 is #52E8EF. Grayscale: #434343. Windows color (decimal): -5433584 or 1054637. OLE color: 1054637.

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

Color convert

RGB1732316-
CMYK00.870.910.32
HSL2.68º83.07%37.06%-
HSV(B)2.68º90.75%67.84%-
XYZ17.639.531.4-
YUV67.0599.2203.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.60%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=81.60%
G=10.85%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173231600.870.910.322.6883.0737.06
HexAD17100575B2035325
Octal2552720012713340312345
Binary101011011011110000010101111011011100000111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1710; }

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

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

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

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

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

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

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

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