Shades of Rust #C3481C
Tints of Rust #C3481C
RGB
CMYK
RGB Variations
Color information
#C3481C (or 0xC3481C) is known color: Rust. HEX triplet: C3, 48 and 1C. RGB value is (195,72,28). Sum of RGB (Red+Green+Blue) = 195+72+28=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3481C is #3CB7E3. Grayscale: #686868. Windows color (decimal): -3979236 or 1853635. OLE color: 1853635.
HSL color Cylindrical-coordinate representation of color #C3481C: hue angle of 15.81º 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 #C3481C is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 28 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.24 |
| HSL | 15.81º | 0.75% | 0.44% | - |
| HSV(B) | 15.81º | 0.86% | 0.76% | - |
| XYZ | 25.03 | 16.32 | 2.93 | - |
| YUV | 103.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 28 | 0 | 0.63 | 0.86 | 0.24 | 15.81 | 0.75 | 0.44 |
| Hex | C3 | 48 | 1C | 0 | 3F | 56 | 18 | 10 | 4B | 2C |
| Octal | 303 | 110 | 34 | 0 | 77 | 126 | 30 | 20 | 113 | 54 |
| Binary | 11000011 | 1001000 | 11100 | 0 | 111111 | 1010110 | 11000 | 10000 | 1001011 | 101100 |
Color Harmonies of #C3481C
Complementary color
Monochromatic Colors of #C3481C
Black with #C3481C
Text Example
Text Example
White with #C3481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3481C; }
p { color: rgb(195,72,28); }
H1.HeaderClassName
{
color: #C3481C;
}
.AnyTagClassName
{
color: #C3481C;
}
</style>
background-color css
<style>
a { background-color: #C3481C; }
a { background-color: rgb(195,72,28); }
div.DivClassName
{
background-color: #C3481C;
}
.BgClassName
{
background-color: #C3481C;
}
</style>
border-color css
<style>
span { border-color: #C3481C; }
span { border-color: rgb(195,72,28); }
td.TdClassName
{
border-color: #C3481C;
}
.TagClassName
{
border-color: #C3481C;
}
</style>