Shades of Rust #CB4B13
Tints of Rust #CB4B13
RGB
CMYK
RGB Variations
Color information
#CB4B13 (or 0xCB4B13) is known color: Rust. HEX triplet: CB, 4B and 13. RGB value is (203,75,19). Sum of RGB (Red+Green+Blue) = 203+75+19=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B13 is #34B4EC. Grayscale: #6B6B6B. Windows color (decimal): -3454189 or 1264587. OLE color: 1264587.
HSL color Cylindrical-coordinate representation of color #CB4B13: hue angle of 18.26º 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 #CB4B13 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.20 |
| HSL | 18.26º | 0.83% | 0.44% | - |
| HSV(B) | 18.26º | 0.91% | 0.8% | - |
| XYZ | 27.26 | 17.78 | 2.61 | - |
| YUV | 106.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 19 | 0 | 0.63 | 0.91 | 0.20 | 18.26 | 0.83 | 0.44 |
| Hex | CB | 4B | 13 | 0 | 3F | 5B | 14 | 12 | 53 | 2C |
| Octal | 313 | 113 | 23 | 0 | 77 | 133 | 24 | 22 | 123 | 54 |
| Binary | 11001011 | 1001011 | 10011 | 0 | 111111 | 1011011 | 10100 | 10010 | 1010011 | 101100 |
Color Harmonies of #CB4B13
Complementary color
Monochromatic Colors of #CB4B13
Black with #CB4B13
Text Example
Text Example
White with #CB4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B13; }
p { color: rgb(203,75,19); }
H1.HeaderClassName
{
color: #CB4B13;
}
.AnyTagClassName
{
color: #CB4B13;
}
</style>
background-color css
<style>
a { background-color: #CB4B13; }
a { background-color: rgb(203,75,19); }
div.DivClassName
{
background-color: #CB4B13;
}
.BgClassName
{
background-color: #CB4B13;
}
</style>
border-color css
<style>
span { border-color: #CB4B13; }
span { border-color: rgb(203,75,19); }
td.TdClassName
{
border-color: #CB4B13;
}
.TagClassName
{
border-color: #CB4B13;
}
</style>