Shades of Rust #C24308
Tints of Rust #C24308
RGB
CMYK
RGB Variations
Color information
#C24308 (or 0xC24308) is known color: Rust. HEX triplet: C2, 43 and 08. RGB value is (194,67,8). Sum of RGB (Red+Green+Blue) = 194+67+8=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C24308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24308 is #3DBCF7. Grayscale: #626262. Windows color (decimal): -4046072 or 541634. OLE color: 541634.
HSL color Cylindrical-coordinate representation of color #C24308: hue angle of 19.03º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C24308 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.24 |
| HSL | 19.03º | 0.92% | 0.4% | - |
| HSV(B) | 19.03º | 0.96% | 0.76% | - |
| XYZ | 24.3 | 15.5 | 1.94 | - |
| YUV | 98.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 8 | 0 | 0.65 | 0.96 | 0.24 | 19.03 | 0.92 | 0.4 |
| Hex | C2 | 43 | 8 | 0 | 41 | 60 | 18 | 13 | 5C | 28 |
| Octal | 302 | 103 | 10 | 0 | 101 | 140 | 30 | 23 | 134 | 50 |
| Binary | 11000010 | 1000011 | 1000 | 0 | 1000001 | 1100000 | 11000 | 10011 | 1011100 | 101000 |
Color Harmonies of #C24308
Complementary color
Monochromatic Colors of #C24308
Black with #C24308
Text Example
Text Example
White with #C24308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24308; }
p { color: rgb(194,67,8); }
H1.HeaderClassName
{
color: #C24308;
}
.AnyTagClassName
{
color: #C24308;
}
</style>
background-color css
<style>
a { background-color: #C24308; }
a { background-color: rgb(194,67,8); }
div.DivClassName
{
background-color: #C24308;
}
.BgClassName
{
background-color: #C24308;
}
</style>
border-color css
<style>
span { border-color: #C24308; }
span { border-color: rgb(194,67,8); }
td.TdClassName
{
border-color: #C24308;
}
.TagClassName
{
border-color: #C24308;
}
</style>