Shades of Rust #C3480F
Tints of Rust #C3480F
RGB
CMYK
RGB Variations
Color information
#C3480F (or 0xC3480F) is known color: Rust. HEX triplet: C3, 48 and 0F. RGB value is (195,72,15). Sum of RGB (Red+Green+Blue) = 195+72+15=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C3480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3480F is #3CB7F0. Grayscale: #666666. Windows color (decimal): -3979249 or 1001667. OLE color: 1001667.
HSL color Cylindrical-coordinate representation of color #C3480F: hue angle of 19º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3480F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 19º | 0.86% | 0.41% | - |
| HSV(B) | 19º | 0.92% | 0.76% | - |
| XYZ | 24.91 | 16.27 | 2.28 | - |
| YUV | 102.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 15 | 0 | 0.63 | 0.92 | 0.24 | 19 | 0.86 | 0.41 |
| Hex | C3 | 48 | F | 0 | 3F | 5C | 18 | 13 | 56 | 29 |
| Octal | 303 | 110 | 17 | 0 | 77 | 134 | 30 | 23 | 126 | 51 |
| Binary | 11000011 | 1001000 | 1111 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010110 | 101001 |
Color Harmonies of #C3480F
Complementary color
Monochromatic Colors of #C3480F
Black with #C3480F
Text Example
Text Example
White with #C3480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3480F; }
p { color: rgb(195,72,15); }
H1.HeaderClassName
{
color: #C3480F;
}
.AnyTagClassName
{
color: #C3480F;
}
</style>
background-color css
<style>
a { background-color: #C3480F; }
a { background-color: rgb(195,72,15); }
div.DivClassName
{
background-color: #C3480F;
}
.BgClassName
{
background-color: #C3480F;
}
</style>
border-color css
<style>
span { border-color: #C3480F; }
span { border-color: rgb(195,72,15); }
td.TdClassName
{
border-color: #C3480F;
}
.TagClassName
{
border-color: #C3480F;
}
</style>