Shades of Rust #C3430E
Tints of Rust #C3430E
RGB
CMYK
RGB Variations
Color information
#C3430E (or 0xC3430E) is known color: Rust. HEX triplet: C3, 43 and 0E. RGB value is (195,67,14). Sum of RGB (Red+Green+Blue) = 195+67+14=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3430E is #3CBCF1. Grayscale: #636363. Windows color (decimal): -3980530 or 934851. OLE color: 934851.
HSL color Cylindrical-coordinate representation of color #C3430E: hue angle of 17.57º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3430E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.24 |
| HSL | 17.57º | 0.87% | 0.41% | - |
| HSV(B) | 17.57º | 0.93% | 0.76% | - |
| XYZ | 24.59 | 15.65 | 2.14 | - |
| YUV | 99.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 14 | 0 | 0.66 | 0.93 | 0.24 | 17.57 | 0.87 | 0.41 |
| Hex | C3 | 43 | E | 0 | 42 | 5D | 18 | 12 | 57 | 29 |
| Octal | 303 | 103 | 16 | 0 | 102 | 135 | 30 | 22 | 127 | 51 |
| Binary | 11000011 | 1000011 | 1110 | 0 | 1000010 | 1011101 | 11000 | 10010 | 1010111 | 101001 |
Color Harmonies of #C3430E
Complementary color
Monochromatic Colors of #C3430E
Black with #C3430E
Text Example
Text Example
White with #C3430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3430E; }
p { color: rgb(195,67,14); }
H1.HeaderClassName
{
color: #C3430E;
}
.AnyTagClassName
{
color: #C3430E;
}
</style>
background-color css
<style>
a { background-color: #C3430E; }
a { background-color: rgb(195,67,14); }
div.DivClassName
{
background-color: #C3430E;
}
.BgClassName
{
background-color: #C3430E;
}
</style>
border-color css
<style>
span { border-color: #C3430E; }
span { border-color: rgb(195,67,14); }
td.TdClassName
{
border-color: #C3430E;
}
.TagClassName
{
border-color: #C3430E;
}
</style>