Shades of Rust #AD2403
Tints of Rust #AD2403
RGB
CMYK
RGB Variations
Color information
#AD2403 (or 0xAD2403) is known color: Rust. HEX triplet: AD, 24 and 03. RGB value is (173,36,3). Sum of RGB (Red+Green+Blue) = 173+36+3=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2403 is #52DBFC. Grayscale: #494949. Windows color (decimal): -5430269 or 205997. OLE color: 205997.
HSL color Cylindrical-coordinate representation of color #AD2403: hue angle of 11.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2403 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 36 | 3 | - |
CMYK | 0 | 0.79 | 0.98 | 0.32 |
HSL | 11.65º | 0.97% | 0.35% | - |
HSV(B) | 11.65º | 0.98% | 0.68% | - |
XYZ | 17.88 | 10.15 | 1.1 | - |
YUV | 73.2 | 88.39 | 199.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 36 | 3 | 0 | 0.79 | 0.98 | 0.32 | 11.65 | 0.97 | 0.35 |
Hex | AD | 24 | 3 | 0 | 4F | 62 | 20 | C | 61 | 23 |
Octal | 255 | 44 | 3 | 0 | 117 | 142 | 40 | 14 | 141 | 43 |
Binary | 10101101 | 100100 | 11 | 0 | 1001111 | 1100010 | 100000 | 1100 | 1100001 | 100011 |
Color Harmonies of #AD2403
Complementary color
Monochromatic Colors of #AD2403
Black with #AD2403
Text Example
Text Example
White with #AD2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2403; }
p { color: rgb(173,36,3); }
H1.HeaderClassName
{
color: #AD2403;
}
.AnyTagClassName
{
color: #AD2403;
}
</style>
background-color css
<style>
a { background-color: #AD2403; }
a { background-color: rgb(173,36,3); }
div.DivClassName
{
background-color: #AD2403;
}
.BgClassName
{
background-color: #AD2403;
}
</style>
border-color css
<style>
span { border-color: #AD2403; }
span { border-color: rgb(173,36,3); }
td.TdClassName
{
border-color: #AD2403;
}
.TagClassName
{
border-color: #AD2403;
}
</style>