Shades of Rust #C3501B
Tints of Rust #C3501B
RGB
CMYK
RGB Variations
Color information
#C3501B (or 0xC3501B) is known color: Rust. HEX triplet: C3, 50 and 1B. RGB value is (195,80,27). Sum of RGB (Red+Green+Blue) = 195+80+27=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3501B is #3CAFE4. Grayscale: #6C6C6C. Windows color (decimal): -3977189 or 1790147. OLE color: 1790147.
HSL color Cylindrical-coordinate representation of color #C3501B: hue angle of 18.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3501B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 27 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.24 |
| HSL | 18.93º | 0.76% | 0.44% | - |
| HSV(B) | 18.93º | 0.86% | 0.76% | - |
| XYZ | 25.57 | 17.42 | 3.05 | - |
| YUV | 108.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 27 | 0 | 0.59 | 0.86 | 0.24 | 18.93 | 0.76 | 0.44 |
| Hex | C3 | 50 | 1B | 0 | 3B | 56 | 18 | 13 | 4C | 2C |
| Octal | 303 | 120 | 33 | 0 | 73 | 126 | 30 | 23 | 114 | 54 |
| Binary | 11000011 | 1010000 | 11011 | 0 | 111011 | 1010110 | 11000 | 10011 | 1001100 | 101100 |
Color Harmonies of #C3501B
Complementary color
Monochromatic Colors of #C3501B
Black with #C3501B
Text Example
Text Example
White with #C3501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3501B; }
p { color: rgb(195,80,27); }
H1.HeaderClassName
{
color: #C3501B;
}
.AnyTagClassName
{
color: #C3501B;
}
</style>
background-color css
<style>
a { background-color: #C3501B; }
a { background-color: rgb(195,80,27); }
div.DivClassName
{
background-color: #C3501B;
}
.BgClassName
{
background-color: #C3501B;
}
</style>
border-color css
<style>
span { border-color: #C3501B; }
span { border-color: rgb(195,80,27); }
td.TdClassName
{
border-color: #C3501B;
}
.TagClassName
{
border-color: #C3501B;
}
</style>