Shades of Rust #CA440B
Tints of Rust #CA440B
RGB
CMYK
RGB Variations
Color information
#CA440B (or 0xCA440B) is known color: Rust. HEX triplet: CA, 44 and 0B. RGB value is (202,68,11). Sum of RGB (Red+Green+Blue) = 202+68+11=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA440B is #35BBF4. Grayscale: #656565. Windows color (decimal): -3521525 or 738506. OLE color: 738506.
HSL color Cylindrical-coordinate representation of color #CA440B: hue angle of 17.91º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA440B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.21 |
| HSL | 17.91º | 0.9% | 0.42% | - |
| HSV(B) | 17.91º | 0.95% | 0.79% | - |
| XYZ | 26.48 | 16.71 | 2.15 | - |
| YUV | 101.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 11 | 0 | 0.66 | 0.95 | 0.21 | 17.91 | 0.9 | 0.42 |
| Hex | CA | 44 | B | 0 | 42 | 5F | 15 | 12 | 5A | 2A |
| Octal | 312 | 104 | 13 | 0 | 102 | 137 | 25 | 22 | 132 | 52 |
| Binary | 11001010 | 1000100 | 1011 | 0 | 1000010 | 1011111 | 10101 | 10010 | 1011010 | 101010 |
Color Harmonies of #CA440B
Complementary color
Monochromatic Colors of #CA440B
Black with #CA440B
Text Example
Text Example
White with #CA440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA440B; }
p { color: rgb(202,68,11); }
H1.HeaderClassName
{
color: #CA440B;
}
.AnyTagClassName
{
color: #CA440B;
}
</style>
background-color css
<style>
a { background-color: #CA440B; }
a { background-color: rgb(202,68,11); }
div.DivClassName
{
background-color: #CA440B;
}
.BgClassName
{
background-color: #CA440B;
}
</style>
border-color css
<style>
span { border-color: #CA440B; }
span { border-color: rgb(202,68,11); }
td.TdClassName
{
border-color: #CA440B;
}
.TagClassName
{
border-color: #CA440B;
}
</style>