Shades of Rust #CC450A
Tints of Rust #CC450A
RGB
CMYK
RGB Variations
Color information
#CC450A (or 0xCC450A) is known color: Rust. HEX triplet: CC, 45 and 0A. RGB value is (204,69,10). Sum of RGB (Red+Green+Blue) = 204+69+10=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC450A is #33BAF5. Grayscale: #676767. Windows color (decimal): -3390198 or 673228. OLE color: 673228.
HSL color Cylindrical-coordinate representation of color #CC450A: hue angle of 18.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC450A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.2 |
| HSL | 18.25º | 0.91% | 0.42% | - |
| HSV(B) | 18.25º | 0.95% | 0.8% | - |
| XYZ | 27.08 | 17.12 | 2.16 | - |
| YUV | 102.64 | 75.73 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 10 | 0 | 0.66 | 0.95 | 0.2 | 18.25 | 0.91 | 0.42 |
| Hex | CC | 45 | A | 0 | 42 | 5F | 14 | 12 | 5B | 2A |
| Octal | 314 | 105 | 12 | 0 | 102 | 137 | 24 | 22 | 133 | 52 |
| Binary | 11001100 | 1000101 | 1010 | 0 | 1000010 | 1011111 | 10100 | 10010 | 1011011 | 101010 |
Color Harmonies of #CC450A
Complementary color
Monochromatic Colors of #CC450A
Black with #CC450A
Text Example
Text Example
White with #CC450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC450A; }
p { color: rgb(204,69,10); }
H1.HeaderClassName
{
color: #CC450A;
}
.AnyTagClassName
{
color: #CC450A;
}
</style>
background-color css
<style>
a { background-color: #CC450A; }
a { background-color: rgb(204,69,10); }
div.DivClassName
{
background-color: #CC450A;
}
.BgClassName
{
background-color: #CC450A;
}
</style>
border-color css
<style>
span { border-color: #CC450A; }
span { border-color: rgb(204,69,10); }
td.TdClassName
{
border-color: #CC450A;
}
.TagClassName
{
border-color: #CC450A;
}
</style>