Shades of Rust #C34412
Tints of Rust #C34412
RGB
CMYK
RGB Variations
Color information
#C34412 (or 0xC34412) is known color: Rust. HEX triplet: C3, 44 and 12. RGB value is (195,68,18). Sum of RGB (Red+Green+Blue) = 195+68+18=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34412 is #3CBBED. Grayscale: #646464. Windows color (decimal): -3980270 or 1197251. OLE color: 1197251.
HSL color Cylindrical-coordinate representation of color #C34412: hue angle of 16.95º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C34412 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.24 |
| HSL | 16.95º | 0.83% | 0.42% | - |
| HSV(B) | 16.95º | 0.91% | 0.76% | - |
| XYZ | 24.68 | 15.78 | 2.32 | - |
| YUV | 100.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 18 | 0 | 0.65 | 0.91 | 0.24 | 16.95 | 0.83 | 0.42 |
| Hex | C3 | 44 | 12 | 0 | 41 | 5B | 18 | 11 | 53 | 2A |
| Octal | 303 | 104 | 22 | 0 | 101 | 133 | 30 | 21 | 123 | 52 |
| Binary | 11000011 | 1000100 | 10010 | 0 | 1000001 | 1011011 | 11000 | 10001 | 1010011 | 101010 |
Color Harmonies of #C34412
Complementary color
Monochromatic Colors of #C34412
Black with #C34412
Text Example
Text Example
White with #C34412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34412; }
p { color: rgb(195,68,18); }
H1.HeaderClassName
{
color: #C34412;
}
.AnyTagClassName
{
color: #C34412;
}
</style>
background-color css
<style>
a { background-color: #C34412; }
a { background-color: rgb(195,68,18); }
div.DivClassName
{
background-color: #C34412;
}
.BgClassName
{
background-color: #C34412;
}
</style>
border-color css
<style>
span { border-color: #C34412; }
span { border-color: rgb(195,68,18); }
td.TdClassName
{
border-color: #C34412;
}
.TagClassName
{
border-color: #C34412;
}
</style>