Shades of Rust #C3471C
Tints of Rust #C3471C
RGB
CMYK
RGB Variations
Color information
#C3471C (or 0xC3471C) is known color: Rust. HEX triplet: C3, 47 and 1C. RGB value is (195,71,28). Sum of RGB (Red+Green+Blue) = 195+71+28=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3471C is #3CB8E3. Grayscale: #676767. Windows color (decimal): -3979492 or 1853379. OLE color: 1853379.
HSL color Cylindrical-coordinate representation of color #C3471C: hue angle of 15.45º 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 #C3471C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.24 |
| HSL | 15.45º | 0.75% | 0.44% | - |
| HSV(B) | 15.45º | 0.86% | 0.76% | - |
| XYZ | 24.97 | 16.19 | 2.91 | - |
| YUV | 103.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 28 | 0 | 0.64 | 0.86 | 0.24 | 15.45 | 0.75 | 0.44 |
| Hex | C3 | 47 | 1C | 0 | 40 | 56 | 18 | F | 4B | 2C |
| Octal | 303 | 107 | 34 | 0 | 100 | 126 | 30 | 17 | 113 | 54 |
| Binary | 11000011 | 1000111 | 11100 | 0 | 1000000 | 1010110 | 11000 | 1111 | 1001011 | 101100 |
Color Harmonies of #C3471C
Complementary color
Monochromatic Colors of #C3471C
Black with #C3471C
Text Example
Text Example
White with #C3471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3471C; }
p { color: rgb(195,71,28); }
H1.HeaderClassName
{
color: #C3471C;
}
.AnyTagClassName
{
color: #C3471C;
}
</style>
background-color css
<style>
a { background-color: #C3471C; }
a { background-color: rgb(195,71,28); }
div.DivClassName
{
background-color: #C3471C;
}
.BgClassName
{
background-color: #C3471C;
}
</style>
border-color css
<style>
span { border-color: #C3471C; }
span { border-color: rgb(195,71,28); }
td.TdClassName
{
border-color: #C3471C;
}
.TagClassName
{
border-color: #C3471C;
}
</style>