Shades of Rust #C3491D
Tints of Rust #C3491D
RGB
CMYK
RGB Variations
Color information
#C3491D (or 0xC3491D) is known color: Rust. HEX triplet: C3, 49 and 1D. RGB value is (195,73,29). Sum of RGB (Red+Green+Blue) = 195+73+29=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3491D is #3CB6E2. Grayscale: #686868. Windows color (decimal): -3978979 or 1919427. OLE color: 1919427.
HSL color Cylindrical-coordinate representation of color #C3491D: hue angle of 15.9º 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 #C3491D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.24 |
| HSL | 15.9º | 0.74% | 0.44% | - |
| HSV(B) | 15.9º | 0.85% | 0.76% | - |
| XYZ | 25.11 | 16.46 | 3.02 | - |
| YUV | 104.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 29 | 0 | 0.63 | 0.85 | 0.24 | 15.9 | 0.74 | 0.44 |
| Hex | C3 | 49 | 1D | 0 | 3F | 55 | 18 | 10 | 4A | 2C |
| Octal | 303 | 111 | 35 | 0 | 77 | 125 | 30 | 20 | 112 | 54 |
| Binary | 11000011 | 1001001 | 11101 | 0 | 111111 | 1010101 | 11000 | 10000 | 1001010 | 101100 |
Color Harmonies of #C3491D
Complementary color
Monochromatic Colors of #C3491D
Black with #C3491D
Text Example
Text Example
White with #C3491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3491D; }
p { color: rgb(195,73,29); }
H1.HeaderClassName
{
color: #C3491D;
}
.AnyTagClassName
{
color: #C3491D;
}
</style>
background-color css
<style>
a { background-color: #C3491D; }
a { background-color: rgb(195,73,29); }
div.DivClassName
{
background-color: #C3491D;
}
.BgClassName
{
background-color: #C3491D;
}
</style>
border-color css
<style>
span { border-color: #C3491D; }
span { border-color: rgb(195,73,29); }
td.TdClassName
{
border-color: #C3491D;
}
.TagClassName
{
border-color: #C3491D;
}
</style>