Shades of Rust #C33803
Tints of Rust #C33803
RGB
CMYK
RGB Variations
Color information
#C33803 (or 0xC33803) is known color: Rust. HEX triplet: C3, 38 and 03. RGB value is (195,56,3). Sum of RGB (Red+Green+Blue) = 195+56+3=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C33803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33803 is #3CC7FC. Grayscale: #5B5B5B. Windows color (decimal): -3983357 or 211139. OLE color: 211139.
HSL color Cylindrical-coordinate representation of color #C33803: hue angle of 16.56º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C33803 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.24 |
| HSL | 16.56º | 0.97% | 0.39% | - |
| HSV(B) | 16.56º | 0.98% | 0.76% | - |
| XYZ | 23.94 | 14.44 | 1.61 | - |
| YUV | 91.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 3 | 0 | 0.71 | 0.98 | 0.24 | 16.56 | 0.97 | 0.39 |
| Hex | C3 | 38 | 3 | 0 | 47 | 62 | 18 | 11 | 61 | 27 |
| Octal | 303 | 70 | 3 | 0 | 107 | 142 | 30 | 21 | 141 | 47 |
| Binary | 11000011 | 111000 | 11 | 0 | 1000111 | 1100010 | 11000 | 10001 | 1100001 | 100111 |
Color Harmonies of #C33803
Complementary color
Monochromatic Colors of #C33803
Black with #C33803
Text Example
Text Example
White with #C33803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33803; }
p { color: rgb(195,56,3); }
H1.HeaderClassName
{
color: #C33803;
}
.AnyTagClassName
{
color: #C33803;
}
</style>
background-color css
<style>
a { background-color: #C33803; }
a { background-color: rgb(195,56,3); }
div.DivClassName
{
background-color: #C33803;
}
.BgClassName
{
background-color: #C33803;
}
</style>
border-color css
<style>
span { border-color: #C33803; }
span { border-color: rgb(195,56,3); }
td.TdClassName
{
border-color: #C33803;
}
.TagClassName
{
border-color: #C33803;
}
</style>