Shades of Rust #C34501
Tints of Rust #C34501
RGB
CMYK
RGB Variations
Color information
#C34501 (or 0xC34501) is known color: Rust. HEX triplet: C3, 45 and 01. RGB value is (195,69,1). Sum of RGB (Red+Green+Blue) = 195+69+1=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C34501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34501 is #3CBAFE. Grayscale: #636363. Windows color (decimal): -3980031 or 83395. OLE color: 83395.
HSL color Cylindrical-coordinate representation of color #C34501: hue angle of 21.03º 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 #C34501 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.24 |
| HSL | 21.03º | 0.99% | 0.38% | - |
| HSV(B) | 21.03º | 0.99% | 0.76% | - |
| XYZ | 24.64 | 15.86 | 1.79 | - |
| YUV | 98.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 1 | 0 | 0.65 | 0.99 | 0.24 | 21.03 | 0.99 | 0.38 |
| Hex | C3 | 45 | 1 | 0 | 41 | 63 | 18 | 15 | 63 | 26 |
| Octal | 303 | 105 | 1 | 0 | 101 | 143 | 30 | 25 | 143 | 46 |
| Binary | 11000011 | 1000101 | 1 | 0 | 1000001 | 1100011 | 11000 | 10101 | 1100011 | 100110 |
Color Harmonies of #C34501
Complementary color
Monochromatic Colors of #C34501
Black with #C34501
Text Example
Text Example
White with #C34501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34501; }
p { color: rgb(195,69,1); }
H1.HeaderClassName
{
color: #C34501;
}
.AnyTagClassName
{
color: #C34501;
}
</style>
background-color css
<style>
a { background-color: #C34501; }
a { background-color: rgb(195,69,1); }
div.DivClassName
{
background-color: #C34501;
}
.BgClassName
{
background-color: #C34501;
}
</style>
border-color css
<style>
span { border-color: #C34501; }
span { border-color: rgb(195,69,1); }
td.TdClassName
{
border-color: #C34501;
}
.TagClassName
{
border-color: #C34501;
}
</style>