#AD2C1E

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

Shades of Fire Brick #AD2C1E

Tints of Fire Brick #AD2C1E

Color information

#AD2C1E (or 0xAD2C1E) is unknown color: approx Fire Brick. HEX triplet: AD, 2C and 1E. RGB value is (173,44,30). Sum of RGB (Red+Green+Blue) = 173+44+30=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C1E is #52D3E1. Grayscale: #515151. Windows color (decimal): -5428194 or 1977517. OLE color: 1977517.

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

Color convert

RGB1734430-
CMYK00.750.830.32
HSL5.87º70.44%39.8%-
HSV(B)5.87º82.66%67.84%-
XYZ18.3710.782.34-
YUV80.9799.24193.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.04%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=70.04%
G=17.81%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173443000.750.830.325.8770.4439.8
HexAD2C1E04B532064628
Octal2555436011312340610650
Binary10101101101100111100100101110100111000001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C1E; }

 p { color: rgb(173,44,30); }

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

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

 a { background-color: rgb(173,44,30); }

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

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

 span { border-color: rgb(173,44,30); }

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