Shades of Rust #CB4A13
Tints of Rust #CB4A13
RGB
CMYK
RGB Variations
Color information
#CB4A13 (or 0xCB4A13) is known color: Rust. HEX triplet: CB, 4A and 13. RGB value is (203,74,19). Sum of RGB (Red+Green+Blue) = 203+74+19=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A13 is #34B5EC. Grayscale: #6A6A6A. Windows color (decimal): -3454445 or 1264331. OLE color: 1264331.
HSL color Cylindrical-coordinate representation of color #CB4A13: hue angle of 17.93º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB4A13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.20 |
| HSL | 17.93º | 0.83% | 0.44% | - |
| HSV(B) | 17.93º | 0.91% | 0.8% | - |
| XYZ | 27.19 | 17.64 | 2.59 | - |
| YUV | 106.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 19 | 0 | 0.64 | 0.91 | 0.20 | 17.93 | 0.83 | 0.44 |
| Hex | CB | 4A | 13 | 0 | 40 | 5B | 14 | 12 | 53 | 2C |
| Octal | 313 | 112 | 23 | 0 | 100 | 133 | 24 | 22 | 123 | 54 |
| Binary | 11001011 | 1001010 | 10011 | 0 | 1000000 | 1011011 | 10100 | 10010 | 1010011 | 101100 |
Color Harmonies of #CB4A13
Complementary color
Monochromatic Colors of #CB4A13
Black with #CB4A13
Text Example
Text Example
White with #CB4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A13; }
p { color: rgb(203,74,19); }
H1.HeaderClassName
{
color: #CB4A13;
}
.AnyTagClassName
{
color: #CB4A13;
}
</style>
background-color css
<style>
a { background-color: #CB4A13; }
a { background-color: rgb(203,74,19); }
div.DivClassName
{
background-color: #CB4A13;
}
.BgClassName
{
background-color: #CB4A13;
}
</style>
border-color css
<style>
span { border-color: #CB4A13; }
span { border-color: rgb(203,74,19); }
td.TdClassName
{
border-color: #CB4A13;
}
.TagClassName
{
border-color: #CB4A13;
}
</style>