Shades of Rust #C3451D
Tints of Rust #C3451D
RGB
CMYK
RGB Variations
Color information
#C3451D (or 0xC3451D) is known color: Rust. HEX triplet: C3, 45 and 1D. RGB value is (195,69,29). Sum of RGB (Red+Green+Blue) = 195+69+29=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3451D is #3CBAE2. Grayscale: #666666. Windows color (decimal): -3980003 or 1918403. OLE color: 1918403.
HSL color Cylindrical-coordinate representation of color #C3451D: hue angle of 14.46º 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 #C3451D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.24 |
| HSL | 14.46º | 0.74% | 0.44% | - |
| HSV(B) | 14.46º | 0.85% | 0.76% | - |
| XYZ | 24.86 | 15.95 | 2.93 | - |
| YUV | 102.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 29 | 0 | 0.65 | 0.85 | 0.24 | 14.46 | 0.74 | 0.44 |
| Hex | C3 | 45 | 1D | 0 | 41 | 55 | 18 | E | 4A | 2C |
| Octal | 303 | 105 | 35 | 0 | 101 | 125 | 30 | 16 | 112 | 54 |
| Binary | 11000011 | 1000101 | 11101 | 0 | 1000001 | 1010101 | 11000 | 1110 | 1001010 | 101100 |
Color Harmonies of #C3451D
Complementary color
Monochromatic Colors of #C3451D
Black with #C3451D
Text Example
Text Example
White with #C3451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3451D; }
p { color: rgb(195,69,29); }
H1.HeaderClassName
{
color: #C3451D;
}
.AnyTagClassName
{
color: #C3451D;
}
</style>
background-color css
<style>
a { background-color: #C3451D; }
a { background-color: rgb(195,69,29); }
div.DivClassName
{
background-color: #C3451D;
}
.BgClassName
{
background-color: #C3451D;
}
</style>
border-color css
<style>
span { border-color: #C3451D; }
span { border-color: rgb(195,69,29); }
td.TdClassName
{
border-color: #C3451D;
}
.TagClassName
{
border-color: #C3451D;
}
</style>