Shades of Rust #C34818
Tints of Rust #C34818
RGB
CMYK
RGB Variations
Color information
#C34818 (or 0xC34818) is known color: Rust. HEX triplet: C3, 48 and 18. RGB value is (195,72,24). Sum of RGB (Red+Green+Blue) = 195+72+24=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C34818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34818 is #3CB7E7. Grayscale: #676767. Windows color (decimal): -3979240 or 1591491. OLE color: 1591491.
HSL color Cylindrical-coordinate representation of color #C34818: hue angle of 16.84º 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 #C34818 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 24 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.24 |
| HSL | 16.84º | 0.78% | 0.43% | - |
| HSV(B) | 16.84º | 0.88% | 0.76% | - |
| XYZ | 24.99 | 16.3 | 2.69 | - |
| YUV | 103.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 24 | 0 | 0.63 | 0.88 | 0.24 | 16.84 | 0.78 | 0.43 |
| Hex | C3 | 48 | 18 | 0 | 3F | 58 | 18 | 11 | 4E | 2B |
| Octal | 303 | 110 | 30 | 0 | 77 | 130 | 30 | 21 | 116 | 53 |
| Binary | 11000011 | 1001000 | 11000 | 0 | 111111 | 1011000 | 11000 | 10001 | 1001110 | 101011 |
Color Harmonies of #C34818
Complementary color
Monochromatic Colors of #C34818
Black with #C34818
Text Example
Text Example
White with #C34818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34818; }
p { color: rgb(195,72,24); }
H1.HeaderClassName
{
color: #C34818;
}
.AnyTagClassName
{
color: #C34818;
}
</style>
background-color css
<style>
a { background-color: #C34818; }
a { background-color: rgb(195,72,24); }
div.DivClassName
{
background-color: #C34818;
}
.BgClassName
{
background-color: #C34818;
}
</style>
border-color css
<style>
span { border-color: #C34818; }
span { border-color: rgb(195,72,24); }
td.TdClassName
{
border-color: #C34818;
}
.TagClassName
{
border-color: #C34818;
}
</style>