Shades of Rust #C23D08
Tints of Rust #C23D08
RGB
CMYK
RGB Variations
Color information
#C23D08 (or 0xC23D08) is known color: Rust. HEX triplet: C2, 3D and 08. RGB value is (194,61,8). Sum of RGB (Red+Green+Blue) = 194+61+8=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D08 is #3DC2F7. Grayscale: #5F5F5F. Windows color (decimal): -4047608 or 540098. OLE color: 540098.
HSL color Cylindrical-coordinate representation of color #C23D08: hue angle of 17.1º 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 #C23D08 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.24 |
| HSL | 17.1º | 0.92% | 0.4% | - |
| HSV(B) | 17.1º | 0.96% | 0.76% | - |
| XYZ | 23.96 | 14.82 | 1.83 | - |
| YUV | 94.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 8 | 0 | 0.69 | 0.96 | 0.24 | 17.1 | 0.92 | 0.4 |
| Hex | C2 | 3D | 8 | 0 | 45 | 60 | 18 | 11 | 5C | 28 |
| Octal | 302 | 75 | 10 | 0 | 105 | 140 | 30 | 21 | 134 | 50 |
| Binary | 11000010 | 111101 | 1000 | 0 | 1000101 | 1100000 | 11000 | 10001 | 1011100 | 101000 |
Color Harmonies of #C23D08
Complementary color
Monochromatic Colors of #C23D08
Black with #C23D08
Text Example
Text Example
White with #C23D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D08; }
p { color: rgb(194,61,8); }
H1.HeaderClassName
{
color: #C23D08;
}
.AnyTagClassName
{
color: #C23D08;
}
</style>
background-color css
<style>
a { background-color: #C23D08; }
a { background-color: rgb(194,61,8); }
div.DivClassName
{
background-color: #C23D08;
}
.BgClassName
{
background-color: #C23D08;
}
</style>
border-color css
<style>
span { border-color: #C23D08; }
span { border-color: rgb(194,61,8); }
td.TdClassName
{
border-color: #C23D08;
}
.TagClassName
{
border-color: #C23D08;
}
</style>