Shades of Rust #C4430A
Tints of Rust #C4430A
RGB
CMYK
RGB Variations
Color information
#C4430A (or 0xC4430A) is known color: Rust. HEX triplet: C4, 43 and 0A. RGB value is (196,67,10). Sum of RGB (Red+Green+Blue) = 196+67+10=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4430A is #3BBCF5. Grayscale: #636363. Windows color (decimal): -3914998 or 672708. OLE color: 672708.
HSL color Cylindrical-coordinate representation of color #C4430A: hue angle of 18.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4430A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.23 |
| HSL | 18.39º | 0.9% | 0.4% | - |
| HSV(B) | 18.39º | 0.95% | 0.77% | - |
| XYZ | 24.83 | 15.77 | 2.02 | - |
| YUV | 99.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 10 | 0 | 0.66 | 0.95 | 0.23 | 18.39 | 0.9 | 0.4 |
| Hex | C4 | 43 | A | 0 | 42 | 5F | 17 | 12 | 5A | 28 |
| Octal | 304 | 103 | 12 | 0 | 102 | 137 | 27 | 22 | 132 | 50 |
| Binary | 11000100 | 1000011 | 1010 | 0 | 1000010 | 1011111 | 10111 | 10010 | 1011010 | 101000 |
Color Harmonies of #C4430A
Complementary color
Monochromatic Colors of #C4430A
Black with #C4430A
Text Example
Text Example
White with #C4430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4430A; }
p { color: rgb(196,67,10); }
H1.HeaderClassName
{
color: #C4430A;
}
.AnyTagClassName
{
color: #C4430A;
}
</style>
background-color css
<style>
a { background-color: #C4430A; }
a { background-color: rgb(196,67,10); }
div.DivClassName
{
background-color: #C4430A;
}
.BgClassName
{
background-color: #C4430A;
}
</style>
border-color css
<style>
span { border-color: #C4430A; }
span { border-color: rgb(196,67,10); }
td.TdClassName
{
border-color: #C4430A;
}
.TagClassName
{
border-color: #C4430A;
}
</style>