Shades of Rust #C34404
Tints of Rust #C34404
RGB
CMYK
RGB Variations
Color information
#C34404 (or 0xC34404) is known color: Rust. HEX triplet: C3, 44 and 04. RGB value is (195,68,4). Sum of RGB (Red+Green+Blue) = 195+68+4=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C34404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34404 is #3CBBFB. Grayscale: #636363. Windows color (decimal): -3980284 or 279747. OLE color: 279747.
HSL color Cylindrical-coordinate representation of color #C34404: hue angle of 20.1º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C34404 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.24 |
| HSL | 20.1º | 0.96% | 0.39% | - |
| HSV(B) | 20.1º | 0.98% | 0.76% | - |
| XYZ | 24.59 | 15.75 | 1.86 | - |
| YUV | 98.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 4 | 0 | 0.65 | 0.98 | 0.24 | 20.1 | 0.96 | 0.39 |
| Hex | C3 | 44 | 4 | 0 | 41 | 62 | 18 | 14 | 60 | 27 |
| Octal | 303 | 104 | 4 | 0 | 101 | 142 | 30 | 24 | 140 | 47 |
| Binary | 11000011 | 1000100 | 100 | 0 | 1000001 | 1100010 | 11000 | 10100 | 1100000 | 100111 |
Color Harmonies of #C34404
Complementary color
Monochromatic Colors of #C34404
Black with #C34404
Text Example
Text Example
White with #C34404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34404; }
p { color: rgb(195,68,4); }
H1.HeaderClassName
{
color: #C34404;
}
.AnyTagClassName
{
color: #C34404;
}
</style>
background-color css
<style>
a { background-color: #C34404; }
a { background-color: rgb(195,68,4); }
div.DivClassName
{
background-color: #C34404;
}
.BgClassName
{
background-color: #C34404;
}
</style>
border-color css
<style>
span { border-color: #C34404; }
span { border-color: rgb(195,68,4); }
td.TdClassName
{
border-color: #C34404;
}
.TagClassName
{
border-color: #C34404;
}
</style>