Shades of Rust #AC4303
Tints of Rust #AC4303
RGB
CMYK
RGB Variations
Color information
#AC4303 (or 0xAC4303) is known color: Rust. HEX triplet: AC, 43 and 03. RGB value is (172,67,3). Sum of RGB (Red+Green+Blue) = 172+67+3=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4303 is #53BCFC. Grayscale: #5B5B5B. Windows color (decimal): -5487869 or 213932. OLE color: 213932.
HSL color Cylindrical-coordinate representation of color #AC4303: hue angle of 22.72º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4303 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.33 |
| HSL | 22.72º | 0.97% | 0.34% | - |
| HSV(B) | 22.72º | 0.98% | 0.67% | - |
| XYZ | 19.04 | 12.79 | 1.55 | - |
| YUV | 91.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 3 | 0 | 0.61 | 0.98 | 0.33 | 22.72 | 0.97 | 0.34 |
| Hex | AC | 43 | 3 | 0 | 3D | 62 | 21 | 17 | 61 | 22 |
| Octal | 254 | 103 | 3 | 0 | 75 | 142 | 41 | 27 | 141 | 42 |
| Binary | 10101100 | 1000011 | 11 | 0 | 111101 | 1100010 | 100001 | 10111 | 1100001 | 100010 |
Color Harmonies of #AC4303
Complementary color
Monochromatic Colors of #AC4303
Black with #AC4303
Text Example
Text Example
White with #AC4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4303; }
p { color: rgb(172,67,3); }
H1.HeaderClassName
{
color: #AC4303;
}
.AnyTagClassName
{
color: #AC4303;
}
</style>
background-color css
<style>
a { background-color: #AC4303; }
a { background-color: rgb(172,67,3); }
div.DivClassName
{
background-color: #AC4303;
}
.BgClassName
{
background-color: #AC4303;
}
</style>
border-color css
<style>
span { border-color: #AC4303; }
span { border-color: rgb(172,67,3); }
td.TdClassName
{
border-color: #AC4303;
}
.TagClassName
{
border-color: #AC4303;
}
</style>