Shades of Rust #CB4813
Tints of Rust #CB4813
RGB
CMYK
RGB Variations
Color information
#CB4813 (or 0xCB4813) is known color: Rust. HEX triplet: CB, 48 and 13. RGB value is (203,72,19). Sum of RGB (Red+Green+Blue) = 203+72+19=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4813 is #34B7EC. Grayscale: #696969. Windows color (decimal): -3454957 or 1263819. OLE color: 1263819.
HSL color Cylindrical-coordinate representation of color #CB4813: hue angle of 17.28º 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 #CB4813 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.20 |
| HSL | 17.28º | 0.83% | 0.44% | - |
| HSV(B) | 17.28º | 0.91% | 0.8% | - |
| XYZ | 27.06 | 17.38 | 2.54 | - |
| YUV | 105.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 19 | 0 | 0.65 | 0.91 | 0.20 | 17.28 | 0.83 | 0.44 |
| Hex | CB | 48 | 13 | 0 | 41 | 5B | 14 | 11 | 53 | 2C |
| Octal | 313 | 110 | 23 | 0 | 101 | 133 | 24 | 21 | 123 | 54 |
| Binary | 11001011 | 1001000 | 10011 | 0 | 1000001 | 1011011 | 10100 | 10001 | 1010011 | 101100 |
Color Harmonies of #CB4813
Complementary color
Monochromatic Colors of #CB4813
Black with #CB4813
Text Example
Text Example
White with #CB4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4813; }
p { color: rgb(203,72,19); }
H1.HeaderClassName
{
color: #CB4813;
}
.AnyTagClassName
{
color: #CB4813;
}
</style>
background-color css
<style>
a { background-color: #CB4813; }
a { background-color: rgb(203,72,19); }
div.DivClassName
{
background-color: #CB4813;
}
.BgClassName
{
background-color: #CB4813;
}
</style>
border-color css
<style>
span { border-color: #CB4813; }
span { border-color: rgb(203,72,19); }
td.TdClassName
{
border-color: #CB4813;
}
.TagClassName
{
border-color: #CB4813;
}
</style>