Shades of Rust #C3440A
Tints of Rust #C3440A
RGB
CMYK
RGB Variations
Color information
#C3440A (or 0xC3440A) is known color: Rust. HEX triplet: C3, 44 and 0A. RGB value is (195,68,10). Sum of RGB (Red+Green+Blue) = 195+68+10=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3440A is #3CBBF5. Grayscale: #636363. Windows color (decimal): -3980278 or 672963. OLE color: 672963.
HSL color Cylindrical-coordinate representation of color #C3440A: hue angle of 18.81º 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 #C3440A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.24 |
| HSL | 18.81º | 0.9% | 0.4% | - |
| HSV(B) | 18.81º | 0.95% | 0.76% | - |
| XYZ | 24.63 | 15.76 | 2.03 | - |
| YUV | 99.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 10 | 0 | 0.65 | 0.95 | 0.24 | 18.81 | 0.9 | 0.4 |
| Hex | C3 | 44 | A | 0 | 41 | 5F | 18 | 13 | 5A | 28 |
| Octal | 303 | 104 | 12 | 0 | 101 | 137 | 30 | 23 | 132 | 50 |
| Binary | 11000011 | 1000100 | 1010 | 0 | 1000001 | 1011111 | 11000 | 10011 | 1011010 | 101000 |
Color Harmonies of #C3440A
Complementary color
Monochromatic Colors of #C3440A
Black with #C3440A
Text Example
Text Example
White with #C3440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3440A; }
p { color: rgb(195,68,10); }
H1.HeaderClassName
{
color: #C3440A;
}
.AnyTagClassName
{
color: #C3440A;
}
</style>
background-color css
<style>
a { background-color: #C3440A; }
a { background-color: rgb(195,68,10); }
div.DivClassName
{
background-color: #C3440A;
}
.BgClassName
{
background-color: #C3440A;
}
</style>
border-color css
<style>
span { border-color: #C3440A; }
span { border-color: rgb(195,68,10); }
td.TdClassName
{
border-color: #C3440A;
}
.TagClassName
{
border-color: #C3440A;
}
</style>