#AD2726

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

Shades of Fire Brick #AD2726

Tints of Fire Brick #AD2726

Color information

#AD2726 (or 0xAD2726) is unknown color: approx Fire Brick. HEX triplet: AD, 27 and 26. RGB value is (173,39,38). Sum of RGB (Red+Green+Blue) = 173+39+38=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2726 is #52D8D9. Grayscale: #4F4F4F. Windows color (decimal): -5429466 or 2500525. OLE color: 2500525.

HSL color Cylindrical-coordinate representation of color #AD2726: hue angle of 0.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2726 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1733938-
CMYK00.770.780.32
HSL0.44º63.98%41.37%-
HSV(B)0.44º78.03%67.84%-
XYZ18.3110.482.89-
YUV78.95104.89195.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.2%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=69.2%
G=15.6%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173393800.770.780.320.4463.9841.37
HexAD272604D4E2004029
Octal2554746011511640010051
Binary1010110110011110011001001101100111010000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2726; }

 p { color: rgb(173,39,38); }

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

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

 a { background-color: rgb(173,39,38); }

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

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

 span { border-color: rgb(173,39,38); }

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