Shades of Rust #C44301
Tints of Rust #C44301
RGB
CMYK
RGB Variations
Color information
#C44301 (or 0xC44301) is known color: Rust. HEX triplet: C4, 43 and 01. RGB value is (196,67,1). Sum of RGB (Red+Green+Blue) = 196+67+1=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C44301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44301 is #3BBCFE. Grayscale: #626262. Windows color (decimal): -3915007 or 82884. OLE color: 82884.
HSL color Cylindrical-coordinate representation of color #C44301: hue angle of 20.31º 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 #C44301 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.23 |
| HSL | 20.31º | 0.99% | 0.39% | - |
| HSV(B) | 20.31º | 0.99% | 0.77% | - |
| XYZ | 24.78 | 15.75 | 1.76 | - |
| YUV | 98.05 | 73.24 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 1 | 0 | 0.66 | 0.99 | 0.23 | 20.31 | 0.99 | 0.39 |
| Hex | C4 | 43 | 1 | 0 | 42 | 63 | 17 | 14 | 63 | 27 |
| Octal | 304 | 103 | 1 | 0 | 102 | 143 | 27 | 24 | 143 | 47 |
| Binary | 11000100 | 1000011 | 1 | 0 | 1000010 | 1100011 | 10111 | 10100 | 1100011 | 100111 |
Color Harmonies of #C44301
Complementary color
Monochromatic Colors of #C44301
Black with #C44301
Text Example
Text Example
White with #C44301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44301; }
p { color: rgb(196,67,1); }
H1.HeaderClassName
{
color: #C44301;
}
.AnyTagClassName
{
color: #C44301;
}
</style>
background-color css
<style>
a { background-color: #C44301; }
a { background-color: rgb(196,67,1); }
div.DivClassName
{
background-color: #C44301;
}
.BgClassName
{
background-color: #C44301;
}
</style>
border-color css
<style>
span { border-color: #C44301; }
span { border-color: rgb(196,67,1); }
td.TdClassName
{
border-color: #C44301;
}
.TagClassName
{
border-color: #C44301;
}
</style>