Shades of Rust #C23D01
Tints of Rust #C23D01
RGB
CMYK
RGB Variations
Color information
#C23D01 (or 0xC23D01) is known color: Rust. HEX triplet: C2, 3D and 01. RGB value is (194,61,1). Sum of RGB (Red+Green+Blue) = 194+61+1=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D01 is #3DC2FE. Grayscale: #5E5E5E. Windows color (decimal): -4047615 or 81346. OLE color: 81346.
HSL color Cylindrical-coordinate representation of color #C23D01: hue angle of 18.65º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C23D01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.24 |
| HSL | 18.65º | 0.99% | 0.38% | - |
| HSV(B) | 18.65º | 0.99% | 0.76% | - |
| XYZ | 23.92 | 14.81 | 1.63 | - |
| YUV | 93.93 | 75.56 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 1 | 0 | 0.69 | 0.99 | 0.24 | 18.65 | 0.99 | 0.38 |
| Hex | C2 | 3D | 1 | 0 | 45 | 63 | 18 | 13 | 63 | 26 |
| Octal | 302 | 75 | 1 | 0 | 105 | 143 | 30 | 23 | 143 | 46 |
| Binary | 11000010 | 111101 | 1 | 0 | 1000101 | 1100011 | 11000 | 10011 | 1100011 | 100110 |
Color Harmonies of #C23D01
Complementary color
Monochromatic Colors of #C23D01
Black with #C23D01
Text Example
Text Example
White with #C23D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D01; }
p { color: rgb(194,61,1); }
H1.HeaderClassName
{
color: #C23D01;
}
.AnyTagClassName
{
color: #C23D01;
}
</style>
background-color css
<style>
a { background-color: #C23D01; }
a { background-color: rgb(194,61,1); }
div.DivClassName
{
background-color: #C23D01;
}
.BgClassName
{
background-color: #C23D01;
}
</style>
border-color css
<style>
span { border-color: #C23D01; }
span { border-color: rgb(194,61,1); }
td.TdClassName
{
border-color: #C23D01;
}
.TagClassName
{
border-color: #C23D01;
}
</style>