Shades of Rust #C44402
Tints of Rust #C44402
RGB
CMYK
RGB Variations
Color information
#C44402 (or 0xC44402) is known color: Rust. HEX triplet: C4, 44 and 02. RGB value is (196,68,2). Sum of RGB (Red+Green+Blue) = 196+68+2=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C44402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44402 is #3BBBFD. Grayscale: #636363. Windows color (decimal): -3914750 or 148676. OLE color: 148676.
HSL color Cylindrical-coordinate representation of color #C44402: hue angle of 20.41º degrees, saturation: 0.98, 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 #C44402 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.23 |
| HSL | 20.41º | 0.98% | 0.39% | - |
| HSV(B) | 20.41º | 0.99% | 0.77% | - |
| XYZ | 24.84 | 15.87 | 1.81 | - |
| YUV | 98.75 | 73.41 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 2 | 0 | 0.65 | 0.99 | 0.23 | 20.41 | 0.98 | 0.39 |
| Hex | C4 | 44 | 2 | 0 | 41 | 63 | 17 | 14 | 62 | 27 |
| Octal | 304 | 104 | 2 | 0 | 101 | 143 | 27 | 24 | 142 | 47 |
| Binary | 11000100 | 1000100 | 10 | 0 | 1000001 | 1100011 | 10111 | 10100 | 1100010 | 100111 |
Color Harmonies of #C44402
Complementary color
Monochromatic Colors of #C44402
Black with #C44402
Text Example
Text Example
White with #C44402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44402; }
p { color: rgb(196,68,2); }
H1.HeaderClassName
{
color: #C44402;
}
.AnyTagClassName
{
color: #C44402;
}
</style>
background-color css
<style>
a { background-color: #C44402; }
a { background-color: rgb(196,68,2); }
div.DivClassName
{
background-color: #C44402;
}
.BgClassName
{
background-color: #C44402;
}
</style>
border-color css
<style>
span { border-color: #C44402; }
span { border-color: rgb(196,68,2); }
td.TdClassName
{
border-color: #C44402;
}
.TagClassName
{
border-color: #C44402;
}
</style>