Shades of Rust #C45317
Tints of Rust #C45317
RGB
CMYK
RGB Variations
Color information
#C45317 (or 0xC45317) is known color: Rust. HEX triplet: C4, 53 and 17. RGB value is (196,83,23). Sum of RGB (Red+Green+Blue) = 196+83+23=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C45317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45317 is #3BACE8. Grayscale: #6E6E6E. Windows color (decimal): -3910889 or 1528772. OLE color: 1528772.
HSL color Cylindrical-coordinate representation of color #C45317: hue angle of 20.81º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C45317 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.23 |
| HSL | 20.81º | 0.79% | 0.43% | - |
| HSV(B) | 20.81º | 0.88% | 0.77% | - |
| XYZ | 26.01 | 17.98 | 2.91 | - |
| YUV | 109.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 23 | 0 | 0.58 | 0.88 | 0.23 | 20.81 | 0.79 | 0.43 |
| Hex | C4 | 53 | 17 | 0 | 3A | 58 | 17 | 15 | 4F | 2B |
| Octal | 304 | 123 | 27 | 0 | 72 | 130 | 27 | 25 | 117 | 53 |
| Binary | 11000100 | 1010011 | 10111 | 0 | 111010 | 1011000 | 10111 | 10101 | 1001111 | 101011 |
Color Harmonies of #C45317
Complementary color
Monochromatic Colors of #C45317
Black with #C45317
Text Example
Text Example
White with #C45317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45317; }
p { color: rgb(196,83,23); }
H1.HeaderClassName
{
color: #C45317;
}
.AnyTagClassName
{
color: #C45317;
}
</style>
background-color css
<style>
a { background-color: #C45317; }
a { background-color: rgb(196,83,23); }
div.DivClassName
{
background-color: #C45317;
}
.BgClassName
{
background-color: #C45317;
}
</style>
border-color css
<style>
span { border-color: #C45317; }
span { border-color: rgb(196,83,23); }
td.TdClassName
{
border-color: #C45317;
}
.TagClassName
{
border-color: #C45317;
}
</style>