Shades of Rust #C34413
Tints of Rust #C34413
RGB
CMYK
RGB Variations
Color information
#C34413 (or 0xC34413) is known color: Rust. HEX triplet: C3, 44 and 13. RGB value is (195,68,19). Sum of RGB (Red+Green+Blue) = 195+68+19=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C34413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34413 is #3CBBEC. Grayscale: #646464. Windows color (decimal): -3980269 or 1262787. OLE color: 1262787.
HSL color Cylindrical-coordinate representation of color #C34413: hue angle of 16.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C34413 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 19 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.24 |
| HSL | 16.7º | 0.82% | 0.42% | - |
| HSV(B) | 16.7º | 0.9% | 0.76% | - |
| XYZ | 24.69 | 15.78 | 2.36 | - |
| YUV | 100.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 19 | 0 | 0.65 | 0.90 | 0.24 | 16.7 | 0.82 | 0.42 |
| Hex | C3 | 44 | 13 | 0 | 41 | 5A | 18 | 11 | 52 | 2A |
| Octal | 303 | 104 | 23 | 0 | 101 | 132 | 30 | 21 | 122 | 52 |
| Binary | 11000011 | 1000100 | 10011 | 0 | 1000001 | 1011010 | 11000 | 10001 | 1010010 | 101010 |
Color Harmonies of #C34413
Complementary color
Monochromatic Colors of #C34413
Black with #C34413
Text Example
Text Example
White with #C34413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34413; }
p { color: rgb(195,68,19); }
H1.HeaderClassName
{
color: #C34413;
}
.AnyTagClassName
{
color: #C34413;
}
</style>
background-color css
<style>
a { background-color: #C34413; }
a { background-color: rgb(195,68,19); }
div.DivClassName
{
background-color: #C34413;
}
.BgClassName
{
background-color: #C34413;
}
</style>
border-color css
<style>
span { border-color: #C34413; }
span { border-color: rgb(195,68,19); }
td.TdClassName
{
border-color: #C34413;
}
.TagClassName
{
border-color: #C34413;
}
</style>