#AD2011

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

Shades of Fire Brick #AD2011

Tints of Fire Brick #AD2011

Color information

#AD2011 (or 0xAD2011) is unknown color: approx Fire Brick. HEX triplet: AD, 20 and 11. RGB value is (173,32,17). Sum of RGB (Red+Green+Blue) = 173+32+17=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2011 is #52DFEE. Grayscale: #484848. Windows color (decimal): -5431279 or 1122477. OLE color: 1122477.

HSL color Cylindrical-coordinate representation of color #AD2011: hue angle of 5.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD2011 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1733217-
CMYK00.820.900.32
HSL5.77º82.11%37.25%-
HSV(B)5.77º90.17%67.84%-
XYZ17.859.961.51-
YUV72.4596.71199.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 17 (7.03% from 255) = 7.66%
R=77.93%
G=14.41%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173321700.820.900.325.7782.1137.25
HexAD20110525A2065225
Octal2554021012213240612245
Binary10101101100000100010101001010110101000001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2011; }

 p { color: rgb(173,32,17); }

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

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

 a { background-color: rgb(173,32,17); }

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

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

 span { border-color: rgb(173,32,17); }

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