Shades of Rust #C24509
Tints of Rust #C24509
RGB
CMYK
RGB Variations
Color information
#C24509 (or 0xC24509) is known color: Rust. HEX triplet: C2, 45 and 09. RGB value is (194,69,9). Sum of RGB (Red+Green+Blue) = 194+69+9=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C24509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24509 is #3DBAF6. Grayscale: #636363. Windows color (decimal): -4045559 or 607682. OLE color: 607682.
HSL color Cylindrical-coordinate representation of color #C24509: hue angle of 19.46º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24509 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.24 |
| HSL | 19.46º | 0.91% | 0.4% | - |
| HSV(B) | 19.46º | 0.95% | 0.76% | - |
| XYZ | 24.43 | 15.75 | 2.01 | - |
| YUV | 99.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 9 | 0 | 0.64 | 0.95 | 0.24 | 19.46 | 0.91 | 0.4 |
| Hex | C2 | 45 | 9 | 0 | 40 | 5F | 18 | 13 | 5B | 28 |
| Octal | 302 | 105 | 11 | 0 | 100 | 137 | 30 | 23 | 133 | 50 |
| Binary | 11000010 | 1000101 | 1001 | 0 | 1000000 | 1011111 | 11000 | 10011 | 1011011 | 101000 |
Color Harmonies of #C24509
Complementary color
Monochromatic Colors of #C24509
Black with #C24509
Text Example
Text Example
White with #C24509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24509; }
p { color: rgb(194,69,9); }
H1.HeaderClassName
{
color: #C24509;
}
.AnyTagClassName
{
color: #C24509;
}
</style>
background-color css
<style>
a { background-color: #C24509; }
a { background-color: rgb(194,69,9); }
div.DivClassName
{
background-color: #C24509;
}
.BgClassName
{
background-color: #C24509;
}
</style>
border-color css
<style>
span { border-color: #C24509; }
span { border-color: rgb(194,69,9); }
td.TdClassName
{
border-color: #C24509;
}
.TagClassName
{
border-color: #C24509;
}
</style>