Shades of Rust #C3481D
Tints of Rust #C3481D
RGB
CMYK
RGB Variations
Color information
#C3481D (or 0xC3481D) is known color: Rust. HEX triplet: C3, 48 and 1D. RGB value is (195,72,29). Sum of RGB (Red+Green+Blue) = 195+72+29=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3481D is #3CB7E2. Grayscale: #686868. Windows color (decimal): -3979235 or 1919171. OLE color: 1919171.
HSL color Cylindrical-coordinate representation of color #C3481D: hue angle of 15.54º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3481D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.24 |
| HSL | 15.54º | 0.74% | 0.44% | - |
| HSV(B) | 15.54º | 0.85% | 0.76% | - |
| XYZ | 25.04 | 16.33 | 2.99 | - |
| YUV | 103.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 29 | 0 | 0.63 | 0.85 | 0.24 | 15.54 | 0.74 | 0.44 |
| Hex | C3 | 48 | 1D | 0 | 3F | 55 | 18 | 10 | 4A | 2C |
| Octal | 303 | 110 | 35 | 0 | 77 | 125 | 30 | 20 | 112 | 54 |
| Binary | 11000011 | 1001000 | 11101 | 0 | 111111 | 1010101 | 11000 | 10000 | 1001010 | 101100 |
Color Harmonies of #C3481D
Complementary color
Monochromatic Colors of #C3481D
Black with #C3481D
Text Example
Text Example
White with #C3481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3481D; }
p { color: rgb(195,72,29); }
H1.HeaderClassName
{
color: #C3481D;
}
.AnyTagClassName
{
color: #C3481D;
}
</style>
background-color css
<style>
a { background-color: #C3481D; }
a { background-color: rgb(195,72,29); }
div.DivClassName
{
background-color: #C3481D;
}
.BgClassName
{
background-color: #C3481D;
}
</style>
border-color css
<style>
span { border-color: #C3481D; }
span { border-color: rgb(195,72,29); }
td.TdClassName
{
border-color: #C3481D;
}
.TagClassName
{
border-color: #C3481D;
}
</style>