Shades of Rust #C54303
Tints of Rust #C54303
RGB
CMYK
RGB Variations
Color information
#C54303 (or 0xC54303) is known color: Rust. HEX triplet: C5, 43 and 03. RGB value is (197,67,3). Sum of RGB (Red+Green+Blue) = 197+67+3=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C54303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54303 is #3ABCFC. Grayscale: #626262. Windows color (decimal): -3849469 or 213957. OLE color: 213957.
HSL color Cylindrical-coordinate representation of color #C54303: hue angle of 19.79º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C54303 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.23 |
| HSL | 19.79º | 0.97% | 0.39% | - |
| HSV(B) | 19.79º | 0.98% | 0.77% | - |
| XYZ | 25.05 | 15.89 | 1.83 | - |
| YUV | 98.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 3 | 0 | 0.66 | 0.98 | 0.23 | 19.79 | 0.97 | 0.39 |
| Hex | C5 | 43 | 3 | 0 | 42 | 62 | 17 | 14 | 61 | 27 |
| Octal | 305 | 103 | 3 | 0 | 102 | 142 | 27 | 24 | 141 | 47 |
| Binary | 11000101 | 1000011 | 11 | 0 | 1000010 | 1100010 | 10111 | 10100 | 1100001 | 100111 |
Color Harmonies of #C54303
Complementary color
Monochromatic Colors of #C54303
Black with #C54303
Text Example
Text Example
White with #C54303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54303; }
p { color: rgb(197,67,3); }
H1.HeaderClassName
{
color: #C54303;
}
.AnyTagClassName
{
color: #C54303;
}
</style>
background-color css
<style>
a { background-color: #C54303; }
a { background-color: rgb(197,67,3); }
div.DivClassName
{
background-color: #C54303;
}
.BgClassName
{
background-color: #C54303;
}
</style>
border-color css
<style>
span { border-color: #C54303; }
span { border-color: rgb(197,67,3); }
td.TdClassName
{
border-color: #C54303;
}
.TagClassName
{
border-color: #C54303;
}
</style>