#AD291E

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

Shades of Fire Brick #AD291E

Tints of Fire Brick #AD291E

Color information

#AD291E (or 0xAD291E) is unknown color: approx Fire Brick. HEX triplet: AD, 29 and 1E. RGB value is (173,41,30). Sum of RGB (Red+Green+Blue) = 173+41+30=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD291E is #52D6E1. Grayscale: #4F4F4F. Windows color (decimal): -5428962 or 1976749. OLE color: 1976749.

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

Color convert

RGB1734130-
CMYK00.760.830.32
HSL4.62º70.44%39.8%-
HSV(B)4.62º82.66%67.84%-
XYZ18.2610.562.3-
YUV79.21100.23194.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.90%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=70.90%
G=16.80%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173413000.760.830.324.6270.4439.8
HexAD291E04C532054628
Octal2555136011412340510650
Binary10101101101001111100100110010100111000001011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD291E; }

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

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

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

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

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

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

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

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