#AD2413

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

Shades of Fire Brick #AD2413

Tints of Fire Brick #AD2413

Color information

#AD2413 (or 0xAD2413) is unknown color: approx Fire Brick. HEX triplet: AD, 24 and 13. RGB value is (173,36,19). Sum of RGB (Red+Green+Blue) = 173+36+19=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2413 is #52DBEC. Grayscale: #4B4B4B. Windows color (decimal): -5430253 or 1254573. OLE color: 1254573.

HSL color Cylindrical-coordinate representation of color #AD2413: hue angle of 6.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD2413 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1733619-
CMYK00.790.890.32
HSL6.62º80.21%37.65%-
HSV(B)6.62º89.02%67.84%-
XYZ17.9810.191.64-
YUV75.0296.39197.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.88%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=75.88%
G=15.79%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173361900.790.890.326.6280.2137.65
HexAD241304F592075026
Octal2554423011713140712046
Binary10101101100100100110100111110110011000001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2413; }

 p { color: rgb(173,36,19); }

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

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

 a { background-color: rgb(173,36,19); }

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

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

 span { border-color: rgb(173,36,19); }

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