Shades of Rust #C43B01
Tints of Rust #C43B01
RGB
CMYK
RGB Variations
Color information
#C43B01 (or 0xC43B01) is known color: Rust. HEX triplet: C4, 3B and 01. RGB value is (196,59,1). Sum of RGB (Red+Green+Blue) = 196+59+1=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43B01 is #3BC4FE. Grayscale: #5D5D5D. Windows color (decimal): -3917055 or 80836. OLE color: 80836.
HSL color Cylindrical-coordinate representation of color #C43B01: hue angle of 17.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C43B01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.23 |
| HSL | 17.85º | 0.99% | 0.39% | - |
| HSV(B) | 17.85º | 0.99% | 0.77% | - |
| XYZ | 24.33 | 14.87 | 1.62 | - |
| YUV | 93.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 1 | 0 | 0.70 | 0.99 | 0.23 | 17.85 | 0.99 | 0.39 |
| Hex | C4 | 3B | 1 | 0 | 46 | 63 | 17 | 12 | 63 | 27 |
| Octal | 304 | 73 | 1 | 0 | 106 | 143 | 27 | 22 | 143 | 47 |
| Binary | 11000100 | 111011 | 1 | 0 | 1000110 | 1100011 | 10111 | 10010 | 1100011 | 100111 |
Color Harmonies of #C43B01
Complementary color
Monochromatic Colors of #C43B01
Black with #C43B01
Text Example
Text Example
White with #C43B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B01; }
p { color: rgb(196,59,1); }
H1.HeaderClassName
{
color: #C43B01;
}
.AnyTagClassName
{
color: #C43B01;
}
</style>
background-color css
<style>
a { background-color: #C43B01; }
a { background-color: rgb(196,59,1); }
div.DivClassName
{
background-color: #C43B01;
}
.BgClassName
{
background-color: #C43B01;
}
</style>
border-color css
<style>
span { border-color: #C43B01; }
span { border-color: rgb(196,59,1); }
td.TdClassName
{
border-color: #C43B01;
}
.TagClassName
{
border-color: #C43B01;
}
</style>