#AD2D19

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

Shades of Fire Brick #AD2D19

Tints of Fire Brick #AD2D19

Color information

#AD2D19 (or 0xAD2D19) is unknown color: approx Fire Brick. HEX triplet: AD, 2D and 19. RGB value is (173,45,25). Sum of RGB (Red+Green+Blue) = 173+45+25=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D19 is #52D2E6. Grayscale: #515151. Windows color (decimal): -5427943 or 1650093. OLE color: 1650093.

HSL color Cylindrical-coordinate representation of color #AD2D19: hue angle of 8.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD2D19 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1734525-
CMYK00.740.860.32
HSL8.11º74.75%38.82%-
HSV(B)8.11º85.55%67.84%-
XYZ18.3510.832.04-
YUV80.9996.41193.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.19%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=71.19%
G=18.52%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173452500.740.860.328.1174.7538.82
HexAD2D1904A562084b27
Octal25555310112126401011347
Binary101011011011011100101001010101011010000010001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2D19; }

 p { color: rgb(173,45,25); }

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

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

 a { background-color: rgb(173,45,25); }

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

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

 span { border-color: rgb(173,45,25); }

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