Shades of Rust #C13D08
Tints of Rust #C13D08
RGB
CMYK
RGB Variations
Color information
#C13D08 (or 0xC13D08) is known color: Rust. HEX triplet: C1, 3D and 08. RGB value is (193,61,8). Sum of RGB (Red+Green+Blue) = 193+61+8=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D08 is #3EC2F7. Grayscale: #5E5E5E. Windows color (decimal): -4113144 or 540097. OLE color: 540097.
HSL color Cylindrical-coordinate representation of color #C13D08: hue angle of 17.19º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C13D08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.24 |
| HSL | 17.19º | 0.92% | 0.39% | - |
| HSV(B) | 17.19º | 0.96% | 0.76% | - |
| XYZ | 23.7 | 14.69 | 1.82 | - |
| YUV | 94.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 8 | 0 | 0.68 | 0.96 | 0.24 | 17.19 | 0.92 | 0.39 |
| Hex | C1 | 3D | 8 | 0 | 44 | 60 | 18 | 11 | 5C | 27 |
| Octal | 301 | 75 | 10 | 0 | 104 | 140 | 30 | 21 | 134 | 47 |
| Binary | 11000001 | 111101 | 1000 | 0 | 1000100 | 1100000 | 11000 | 10001 | 1011100 | 100111 |
Color Harmonies of #C13D08
Complementary color
Monochromatic Colors of #C13D08
Black with #C13D08
Text Example
Text Example
White with #C13D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D08; }
p { color: rgb(193,61,8); }
H1.HeaderClassName
{
color: #C13D08;
}
.AnyTagClassName
{
color: #C13D08;
}
</style>
background-color css
<style>
a { background-color: #C13D08; }
a { background-color: rgb(193,61,8); }
div.DivClassName
{
background-color: #C13D08;
}
.BgClassName
{
background-color: #C13D08;
}
</style>
border-color css
<style>
span { border-color: #C13D08; }
span { border-color: rgb(193,61,8); }
td.TdClassName
{
border-color: #C13D08;
}
.TagClassName
{
border-color: #C13D08;
}
</style>