Shades of Rust #C4450F
Tints of Rust #C4450F
RGB
CMYK
RGB Variations
Color information
#C4450F (or 0xC4450F) is known color: Rust. HEX triplet: C4, 45 and 0F. RGB value is (196,69,15). Sum of RGB (Red+Green+Blue) = 196+69+15=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4450F is #3BBAF0. Grayscale: #656565. Windows color (decimal): -3914481 or 1000900. OLE color: 1000900.
HSL color Cylindrical-coordinate representation of color #C4450F: hue angle of 17.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4450F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.9º | 0.86% | 0.41% | - |
| HSV(B) | 17.9º | 0.92% | 0.77% | - |
| XYZ | 24.98 | 16.03 | 2.23 | - |
| YUV | 100.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 15 | 0 | 0.65 | 0.92 | 0.23 | 17.9 | 0.86 | 0.41 |
| Hex | C4 | 45 | F | 0 | 41 | 5C | 17 | 12 | 56 | 29 |
| Octal | 304 | 105 | 17 | 0 | 101 | 134 | 27 | 22 | 126 | 51 |
| Binary | 11000100 | 1000101 | 1111 | 0 | 1000001 | 1011100 | 10111 | 10010 | 1010110 | 101001 |
Color Harmonies of #C4450F
Complementary color
Monochromatic Colors of #C4450F
Black with #C4450F
Text Example
Text Example
White with #C4450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4450F; }
p { color: rgb(196,69,15); }
H1.HeaderClassName
{
color: #C4450F;
}
.AnyTagClassName
{
color: #C4450F;
}
</style>
background-color css
<style>
a { background-color: #C4450F; }
a { background-color: rgb(196,69,15); }
div.DivClassName
{
background-color: #C4450F;
}
.BgClassName
{
background-color: #C4450F;
}
</style>
border-color css
<style>
span { border-color: #C4450F; }
span { border-color: rgb(196,69,15); }
td.TdClassName
{
border-color: #C4450F;
}
.TagClassName
{
border-color: #C4450F;
}
</style>