Shades of Rust #C34418
Tints of Rust #C34418
RGB
CMYK
RGB Variations
Color information
#C34418 (or 0xC34418) is known color: Rust. HEX triplet: C3, 44 and 18. RGB value is (195,68,24). Sum of RGB (Red+Green+Blue) = 195+68+24=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C34418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34418 is #3CBBE7. Grayscale: #656565. Windows color (decimal): -3980264 or 1590467. OLE color: 1590467.
HSL color Cylindrical-coordinate representation of color #C34418: hue angle of 15.44º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C34418 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 24 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.24 |
| HSL | 15.44º | 0.78% | 0.43% | - |
| HSV(B) | 15.44º | 0.88% | 0.76% | - |
| XYZ | 24.74 | 15.8 | 2.61 | - |
| YUV | 100.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 24 | 0 | 0.65 | 0.88 | 0.24 | 15.44 | 0.78 | 0.43 |
| Hex | C3 | 44 | 18 | 0 | 41 | 58 | 18 | F | 4E | 2B |
| Octal | 303 | 104 | 30 | 0 | 101 | 130 | 30 | 17 | 116 | 53 |
| Binary | 11000011 | 1000100 | 11000 | 0 | 1000001 | 1011000 | 11000 | 1111 | 1001110 | 101011 |
Color Harmonies of #C34418
Complementary color
Monochromatic Colors of #C34418
Black with #C34418
Text Example
Text Example
White with #C34418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34418; }
p { color: rgb(195,68,24); }
H1.HeaderClassName
{
color: #C34418;
}
.AnyTagClassName
{
color: #C34418;
}
</style>
background-color css
<style>
a { background-color: #C34418; }
a { background-color: rgb(195,68,24); }
div.DivClassName
{
background-color: #C34418;
}
.BgClassName
{
background-color: #C34418;
}
</style>
border-color css
<style>
span { border-color: #C34418; }
span { border-color: rgb(195,68,24); }
td.TdClassName
{
border-color: #C34418;
}
.TagClassName
{
border-color: #C34418;
}
</style>