Shades of Rust #C34C0A
Tints of Rust #C34C0A
RGB
CMYK
RGB Variations
Color information
#C34C0A (or 0xC34C0A) is known color: Rust. HEX triplet: C3, 4C and 0A. RGB value is (195,76,10). Sum of RGB (Red+Green+Blue) = 195+76+10=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34C0A is #3CB3F5. Grayscale: #686868. Windows color (decimal): -3978230 or 675011. OLE color: 675011.
HSL color Cylindrical-coordinate representation of color #C34C0A: hue angle of 21.41º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C34C0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.24 |
| HSL | 21.41º | 0.9% | 0.4% | - |
| HSV(B) | 21.41º | 0.95% | 0.76% | - |
| XYZ | 25.14 | 16.79 | 2.2 | - |
| YUV | 104.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 10 | 0 | 0.61 | 0.95 | 0.24 | 21.41 | 0.9 | 0.4 |
| Hex | C3 | 4C | A | 0 | 3D | 5F | 18 | 15 | 5A | 28 |
| Octal | 303 | 114 | 12 | 0 | 75 | 137 | 30 | 25 | 132 | 50 |
| Binary | 11000011 | 1001100 | 1010 | 0 | 111101 | 1011111 | 11000 | 10101 | 1011010 | 101000 |
Color Harmonies of #C34C0A
Complementary color
Monochromatic Colors of #C34C0A
Black with #C34C0A
Text Example
Text Example
White with #C34C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C0A; }
p { color: rgb(195,76,10); }
H1.HeaderClassName
{
color: #C34C0A;
}
.AnyTagClassName
{
color: #C34C0A;
}
</style>
background-color css
<style>
a { background-color: #C34C0A; }
a { background-color: rgb(195,76,10); }
div.DivClassName
{
background-color: #C34C0A;
}
.BgClassName
{
background-color: #C34C0A;
}
</style>
border-color css
<style>
span { border-color: #C34C0A; }
span { border-color: rgb(195,76,10); }
td.TdClassName
{
border-color: #C34C0A;
}
.TagClassName
{
border-color: #C34C0A;
}
</style>