Shades of Rust #C3431B
Tints of Rust #C3431B
RGB
CMYK
RGB Variations
Color information
#C3431B (or 0xC3431B) is known color: Rust. HEX triplet: C3, 43 and 1B. RGB value is (195,67,27). Sum of RGB (Red+Green+Blue) = 195+67+27=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3431B is #3CBCE4. Grayscale: #656565. Windows color (decimal): -3980517 or 1786819. OLE color: 1786819.
HSL color Cylindrical-coordinate representation of color #C3431B: hue angle of 14.29º 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 #C3431B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.24 |
| HSL | 14.29º | 0.76% | 0.44% | - |
| HSV(B) | 14.29º | 0.86% | 0.76% | - |
| XYZ | 24.71 | 15.7 | 2.76 | - |
| YUV | 100.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 27 | 0 | 0.66 | 0.86 | 0.24 | 14.29 | 0.76 | 0.44 |
| Hex | C3 | 43 | 1B | 0 | 42 | 56 | 18 | E | 4C | 2C |
| Octal | 303 | 103 | 33 | 0 | 102 | 126 | 30 | 16 | 114 | 54 |
| Binary | 11000011 | 1000011 | 11011 | 0 | 1000010 | 1010110 | 11000 | 1110 | 1001100 | 101100 |
Color Harmonies of #C3431B
Complementary color
Monochromatic Colors of #C3431B
Black with #C3431B
Text Example
Text Example
White with #C3431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3431B; }
p { color: rgb(195,67,27); }
H1.HeaderClassName
{
color: #C3431B;
}
.AnyTagClassName
{
color: #C3431B;
}
</style>
background-color css
<style>
a { background-color: #C3431B; }
a { background-color: rgb(195,67,27); }
div.DivClassName
{
background-color: #C3431B;
}
.BgClassName
{
background-color: #C3431B;
}
</style>
border-color css
<style>
span { border-color: #C3431B; }
span { border-color: rgb(195,67,27); }
td.TdClassName
{
border-color: #C3431B;
}
.TagClassName
{
border-color: #C3431B;
}
</style>