#AD1310

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

Shades of Fire Brick #AD1310

Tints of Fire Brick #AD1310

Color information

#AD1310 (or 0xAD1310) is unknown color: approx Fire Brick. HEX triplet: AD, 13 and 10. RGB value is (173,19,16). Sum of RGB (Red+Green+Blue) = 173+19+16=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1310 is #52ECEF. Grayscale: #404040. Windows color (decimal): -5434608 or 1053613. OLE color: 1053613.

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

Color convert

RGB1731916-
CMYK00.890.910.32
HSL1.15º83.07%37.06%-
HSV(B)1.15º90.75%67.84%-
XYZ17.569.391.38-
YUV64.7100.52205.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 83.17%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=83.17%
G=9.13%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173191600.890.910.321.1583.0737.06
HexAD13100595B2015325
Octal2552320013113340112345
Binary10101101100111000001011001101101110000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1310; }

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

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

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

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

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

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

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

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