Shades of Rust #C3480C
Tints of Rust #C3480C
RGB
CMYK
RGB Variations
Color information
#C3480C (or 0xC3480C) is known color: Rust. HEX triplet: C3, 48 and 0C. RGB value is (195,72,12). Sum of RGB (Red+Green+Blue) = 195+72+12=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3480C is #3CB7F3. Grayscale: #666666. Windows color (decimal): -3979252 or 805059. OLE color: 805059.
HSL color Cylindrical-coordinate representation of color #C3480C: hue angle of 19.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3480C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.24 |
| HSL | 19.67º | 0.88% | 0.41% | - |
| HSV(B) | 19.67º | 0.94% | 0.76% | - |
| XYZ | 24.89 | 16.26 | 2.18 | - |
| YUV | 101.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 12 | 0 | 0.63 | 0.94 | 0.24 | 19.67 | 0.88 | 0.41 |
| Hex | C3 | 48 | C | 0 | 3F | 5E | 18 | 14 | 58 | 29 |
| Octal | 303 | 110 | 14 | 0 | 77 | 136 | 30 | 24 | 130 | 51 |
| Binary | 11000011 | 1001000 | 1100 | 0 | 111111 | 1011110 | 11000 | 10100 | 1011000 | 101001 |
Color Harmonies of #C3480C
Complementary color
Monochromatic Colors of #C3480C
Black with #C3480C
Text Example
Text Example
White with #C3480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3480C; }
p { color: rgb(195,72,12); }
H1.HeaderClassName
{
color: #C3480C;
}
.AnyTagClassName
{
color: #C3480C;
}
</style>
background-color css
<style>
a { background-color: #C3480C; }
a { background-color: rgb(195,72,12); }
div.DivClassName
{
background-color: #C3480C;
}
.BgClassName
{
background-color: #C3480C;
}
</style>
border-color css
<style>
span { border-color: #C3480C; }
span { border-color: rgb(195,72,12); }
td.TdClassName
{
border-color: #C3480C;
}
.TagClassName
{
border-color: #C3480C;
}
</style>