Shades of Rust #C54A08
Tints of Rust #C54A08
RGB
CMYK
RGB Variations
Color information
#C54A08 (or 0xC54A08) is known color: Rust. HEX triplet: C5, 4A and 08. RGB value is (197,74,8). Sum of RGB (Red+Green+Blue) = 197+74+8=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A08 is #3AB5F7. Grayscale: #676767. Windows color (decimal): -3847672 or 543429. OLE color: 543429.
HSL color Cylindrical-coordinate representation of color #C54A08: hue angle of 20.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C54A08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.23 |
| HSL | 20.95º | 0.92% | 0.4% | - |
| HSV(B) | 20.95º | 0.96% | 0.77% | - |
| XYZ | 25.52 | 16.79 | 2.12 | - |
| YUV | 103.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 8 | 0 | 0.62 | 0.96 | 0.23 | 20.95 | 0.92 | 0.4 |
| Hex | C5 | 4A | 8 | 0 | 3E | 60 | 17 | 15 | 5C | 28 |
| Octal | 305 | 112 | 10 | 0 | 76 | 140 | 27 | 25 | 134 | 50 |
| Binary | 11000101 | 1001010 | 1000 | 0 | 111110 | 1100000 | 10111 | 10101 | 1011100 | 101000 |
Color Harmonies of #C54A08
Complementary color
Monochromatic Colors of #C54A08
Black with #C54A08
Text Example
Text Example
White with #C54A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A08; }
p { color: rgb(197,74,8); }
H1.HeaderClassName
{
color: #C54A08;
}
.AnyTagClassName
{
color: #C54A08;
}
</style>
background-color css
<style>
a { background-color: #C54A08; }
a { background-color: rgb(197,74,8); }
div.DivClassName
{
background-color: #C54A08;
}
.BgClassName
{
background-color: #C54A08;
}
</style>
border-color css
<style>
span { border-color: #C54A08; }
span { border-color: rgb(197,74,8); }
td.TdClassName
{
border-color: #C54A08;
}
.TagClassName
{
border-color: #C54A08;
}
</style>