Shades of Rust #C3441C
Tints of Rust #C3441C
RGB
CMYK
RGB Variations
Color information
#C3441C (or 0xC3441C) is known color: Rust. HEX triplet: C3, 44 and 1C. RGB value is (195,68,28). Sum of RGB (Red+Green+Blue) = 195+68+28=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3441C is #3CBBE3. Grayscale: #656565. Windows color (decimal): -3980260 or 1852611. OLE color: 1852611.
HSL color Cylindrical-coordinate representation of color #C3441C: hue angle of 14.37º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3441C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 28 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.24 |
| HSL | 14.37º | 0.75% | 0.44% | - |
| HSV(B) | 14.37º | 0.86% | 0.76% | - |
| XYZ | 24.78 | 15.82 | 2.85 | - |
| YUV | 101.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 28 | 0 | 0.65 | 0.86 | 0.24 | 14.37 | 0.75 | 0.44 |
| Hex | C3 | 44 | 1C | 0 | 41 | 56 | 18 | E | 4B | 2C |
| Octal | 303 | 104 | 34 | 0 | 101 | 126 | 30 | 16 | 113 | 54 |
| Binary | 11000011 | 1000100 | 11100 | 0 | 1000001 | 1010110 | 11000 | 1110 | 1001011 | 101100 |
Color Harmonies of #C3441C
Complementary color
Monochromatic Colors of #C3441C
Black with #C3441C
Text Example
Text Example
White with #C3441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3441C; }
p { color: rgb(195,68,28); }
H1.HeaderClassName
{
color: #C3441C;
}
.AnyTagClassName
{
color: #C3441C;
}
</style>
background-color css
<style>
a { background-color: #C3441C; }
a { background-color: rgb(195,68,28); }
div.DivClassName
{
background-color: #C3441C;
}
.BgClassName
{
background-color: #C3441C;
}
</style>
border-color css
<style>
span { border-color: #C3441C; }
span { border-color: rgb(195,68,28); }
td.TdClassName
{
border-color: #C3441C;
}
.TagClassName
{
border-color: #C3441C;
}
</style>