#AD1210

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

Shades of Fire Brick #AD1210

Tints of Fire Brick #AD1210

Color information

#AD1210 (or 0xAD1210) is unknown color: approx Fire Brick. HEX triplet: AD, 12 and 10. RGB value is (173,18,16). Sum of RGB (Red+Green+Blue) = 173+18+16=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1210 is #52EDEF. Grayscale: #404040. Windows color (decimal): -5434864 or 1053357. OLE color: 1053357.

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

Color convert

RGB1731816-
CMYK00.900.910.32
HSL0.76º83.07%37.06%-
HSV(B)0.76º90.75%67.84%-
XYZ17.549.351.37-
YUV64.12100.85205.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 83.57%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=83.57%
G=8.70%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173181600.900.910.320.7683.0737.06
HexAD121005A5B2015325
Octal2552220013213340112345
Binary10101101100101000001011010101101110000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1210; }

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

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

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

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

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

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

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

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