Shades of Rust #C3471B
Tints of Rust #C3471B
RGB
CMYK
RGB Variations
Color information
#C3471B (or 0xC3471B) is known color: Rust. HEX triplet: C3, 47 and 1B. RGB value is (195,71,27). Sum of RGB (Red+Green+Blue) = 195+71+27=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3471B is #3CB8E4. Grayscale: #676767. Windows color (decimal): -3979493 or 1787843. OLE color: 1787843.
HSL color Cylindrical-coordinate representation of color #C3471B: hue angle of 15.71º degrees, saturation: 0.76, 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 #C3471B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.24 |
| HSL | 15.71º | 0.76% | 0.44% | - |
| HSV(B) | 15.71º | 0.86% | 0.76% | - |
| XYZ | 24.96 | 16.19 | 2.85 | - |
| YUV | 103.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 27 | 0 | 0.64 | 0.86 | 0.24 | 15.71 | 0.76 | 0.44 |
| Hex | C3 | 47 | 1B | 0 | 40 | 56 | 18 | 10 | 4C | 2C |
| Octal | 303 | 107 | 33 | 0 | 100 | 126 | 30 | 20 | 114 | 54 |
| Binary | 11000011 | 1000111 | 11011 | 0 | 1000000 | 1010110 | 11000 | 10000 | 1001100 | 101100 |
Color Harmonies of #C3471B
Complementary color
Monochromatic Colors of #C3471B
Black with #C3471B
Text Example
Text Example
White with #C3471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3471B; }
p { color: rgb(195,71,27); }
H1.HeaderClassName
{
color: #C3471B;
}
.AnyTagClassName
{
color: #C3471B;
}
</style>
background-color css
<style>
a { background-color: #C3471B; }
a { background-color: rgb(195,71,27); }
div.DivClassName
{
background-color: #C3471B;
}
.BgClassName
{
background-color: #C3471B;
}
</style>
border-color css
<style>
span { border-color: #C3471B; }
span { border-color: rgb(195,71,27); }
td.TdClassName
{
border-color: #C3471B;
}
.TagClassName
{
border-color: #C3471B;
}
</style>