Shades of Rust #C4450A
Tints of Rust #C4450A
RGB
CMYK
RGB Variations
Color information
#C4450A (or 0xC4450A) is known color: Rust. HEX triplet: C4, 45 and 0A. RGB value is (196,69,10). Sum of RGB (Red+Green+Blue) = 196+69+10=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4450A is #3BBAF5. Grayscale: #646464. Windows color (decimal): -3914486 or 673220. OLE color: 673220.
HSL color Cylindrical-coordinate representation of color #C4450A: hue angle of 19.03º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4450A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.23 |
| HSL | 19.03º | 0.9% | 0.4% | - |
| HSV(B) | 19.03º | 0.95% | 0.77% | - |
| XYZ | 24.95 | 16.01 | 2.06 | - |
| YUV | 100.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 10 | 0 | 0.65 | 0.95 | 0.23 | 19.03 | 0.9 | 0.4 |
| Hex | C4 | 45 | A | 0 | 41 | 5F | 17 | 13 | 5A | 28 |
| Octal | 304 | 105 | 12 | 0 | 101 | 137 | 27 | 23 | 132 | 50 |
| Binary | 11000100 | 1000101 | 1010 | 0 | 1000001 | 1011111 | 10111 | 10011 | 1011010 | 101000 |
Color Harmonies of #C4450A
Complementary color
Monochromatic Colors of #C4450A
Black with #C4450A
Text Example
Text Example
White with #C4450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4450A; }
p { color: rgb(196,69,10); }
H1.HeaderClassName
{
color: #C4450A;
}
.AnyTagClassName
{
color: #C4450A;
}
</style>
background-color css
<style>
a { background-color: #C4450A; }
a { background-color: rgb(196,69,10); }
div.DivClassName
{
background-color: #C4450A;
}
.BgClassName
{
background-color: #C4450A;
}
</style>
border-color css
<style>
span { border-color: #C4450A; }
span { border-color: rgb(196,69,10); }
td.TdClassName
{
border-color: #C4450A;
}
.TagClassName
{
border-color: #C4450A;
}
</style>