Shades of Rust #C4430D
Tints of Rust #C4430D
RGB
CMYK
RGB Variations
Color information
#C4430D (or 0xC4430D) is known color: Rust. HEX triplet: C4, 43 and 0D. RGB value is (196,67,13). Sum of RGB (Red+Green+Blue) = 196+67+13=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4430D is #3BBCF2. Grayscale: #636363. Windows color (decimal): -3914995 or 869316. OLE color: 869316.
HSL color Cylindrical-coordinate representation of color #C4430D: hue angle of 17.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4430D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.23 |
| HSL | 17.7º | 0.88% | 0.41% | - |
| HSV(B) | 17.7º | 0.93% | 0.77% | - |
| XYZ | 24.84 | 15.78 | 2.12 | - |
| YUV | 99.42 | 79.24 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 13 | 0 | 0.66 | 0.93 | 0.23 | 17.7 | 0.88 | 0.41 |
| Hex | C4 | 43 | D | 0 | 42 | 5D | 17 | 12 | 58 | 29 |
| Octal | 304 | 103 | 15 | 0 | 102 | 135 | 27 | 22 | 130 | 51 |
| Binary | 11000100 | 1000011 | 1101 | 0 | 1000010 | 1011101 | 10111 | 10010 | 1011000 | 101001 |
Color Harmonies of #C4430D
Complementary color
Monochromatic Colors of #C4430D
Black with #C4430D
Text Example
Text Example
White with #C4430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4430D; }
p { color: rgb(196,67,13); }
H1.HeaderClassName
{
color: #C4430D;
}
.AnyTagClassName
{
color: #C4430D;
}
</style>
background-color css
<style>
a { background-color: #C4430D; }
a { background-color: rgb(196,67,13); }
div.DivClassName
{
background-color: #C4430D;
}
.BgClassName
{
background-color: #C4430D;
}
</style>
border-color css
<style>
span { border-color: #C4430D; }
span { border-color: rgb(196,67,13); }
td.TdClassName
{
border-color: #C4430D;
}
.TagClassName
{
border-color: #C4430D;
}
</style>