Shades of Rust #C24B08
Tints of Rust #C24B08
RGB
CMYK
RGB Variations
Color information
#C24B08 (or 0xC24B08) is known color: Rust. HEX triplet: C2, 4B and 08. RGB value is (194,75,8). Sum of RGB (Red+Green+Blue) = 194+75+8=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B08 is #3DB4F7. Grayscale: #676767. Windows color (decimal): -4044024 or 543682. OLE color: 543682.
HSL color Cylindrical-coordinate representation of color #C24B08: hue angle of 21.61º 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 #C24B08 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.24 |
| HSL | 21.61º | 0.92% | 0.4% | - |
| HSV(B) | 21.61º | 0.96% | 0.76% | - |
| XYZ | 24.81 | 16.52 | 2.11 | - |
| YUV | 102.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 8 | 0 | 0.61 | 0.96 | 0.24 | 21.61 | 0.92 | 0.4 |
| Hex | C2 | 4B | 8 | 0 | 3D | 60 | 18 | 16 | 5C | 28 |
| Octal | 302 | 113 | 10 | 0 | 75 | 140 | 30 | 26 | 134 | 50 |
| Binary | 11000010 | 1001011 | 1000 | 0 | 111101 | 1100000 | 11000 | 10110 | 1011100 | 101000 |
Color Harmonies of #C24B08
Complementary color
Monochromatic Colors of #C24B08
Black with #C24B08
Text Example
Text Example
White with #C24B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B08; }
p { color: rgb(194,75,8); }
H1.HeaderClassName
{
color: #C24B08;
}
.AnyTagClassName
{
color: #C24B08;
}
</style>
background-color css
<style>
a { background-color: #C24B08; }
a { background-color: rgb(194,75,8); }
div.DivClassName
{
background-color: #C24B08;
}
.BgClassName
{
background-color: #C24B08;
}
</style>
border-color css
<style>
span { border-color: #C24B08; }
span { border-color: rgb(194,75,8); }
td.TdClassName
{
border-color: #C24B08;
}
.TagClassName
{
border-color: #C24B08;
}
</style>