#AD1410

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

Shades of Fire Brick #AD1410

Tints of Fire Brick #AD1410

Color information

#AD1410 (or 0xAD1410) is unknown color: approx Fire Brick. HEX triplet: AD, 14 and 10. RGB value is (173,20,16). Sum of RGB (Red+Green+Blue) = 173+20+16=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1410 is #52EBEF. Grayscale: #414141. Windows color (decimal): -5434352 or 1053869. OLE color: 1053869.

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

Color convert

RGB1732016-
CMYK00.880.910.32
HSL1.53º83.07%37.06%-
HSV(B)1.53º90.75%67.84%-
XYZ17.589.421.38-
YUV65.29100.19204.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.78%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=82.78%
G=9.57%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173201600.880.910.321.5383.0737.06
HexAD14100585B2025325
Octal2552420013013340212345
Binary101011011010010000010110001011011100000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1410; }

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

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

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

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

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

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

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

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