#AD2410

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

Shades of Fire Brick #AD2410

Tints of Fire Brick #AD2410

Color information

#AD2410 (or 0xAD2410) is unknown color: approx Fire Brick. HEX triplet: AD, 24 and 10. RGB value is (173,36,16). Sum of RGB (Red+Green+Blue) = 173+36+16=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2410 is #52DBEF. Grayscale: #4A4A4A. Windows color (decimal): -5430256 or 1057965. OLE color: 1057965.

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

Color convert

RGB1733616-
CMYK00.790.910.32
HSL7.64º83.07%37.06%-
HSV(B)7.64º90.75%67.84%-
XYZ17.9610.181.51-
YUV74.6894.89198.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.89%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=76.89%
G=16%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173361600.790.910.327.6483.0737.06
HexAD241004F5B2085325
Octal25544200117133401012345
Binary101011011001001000001001111101101110000010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2410; }

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

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

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

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

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

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

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

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