#AD2511

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

Shades of Fire Brick #AD2511

Tints of Fire Brick #AD2511

Color information

#AD2511 (or 0xAD2511) is unknown color: approx Fire Brick. HEX triplet: AD, 25 and 11. RGB value is (173,37,17). Sum of RGB (Red+Green+Blue) = 173+37+17=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2511 is #52DAEE. Grayscale: #4B4B4B. Windows color (decimal): -5429999 or 1123757. OLE color: 1123757.

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

Color convert

RGB1733717-
CMYK00.790.900.32
HSL7.69º82.11%37.25%-
HSV(B)7.69º90.17%67.84%-
XYZ1810.251.56-
YUV75.3895.06197.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.21%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=76.21%
G=16.30%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173371700.790.900.327.6982.1137.25
HexAD251104F5A2085225
Octal25545210117132401012245
Binary101011011001011000101001111101101010000010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2511; }

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

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

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

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

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

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

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

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