Shades of Rust #CA430B
Tints of Rust #CA430B
RGB
CMYK
RGB Variations
Color information
#CA430B (or 0xCA430B) is known color: Rust. HEX triplet: CA, 43 and 0B. RGB value is (202,67,11). Sum of RGB (Red+Green+Blue) = 202+67+11=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA430B is #35BCF4. Grayscale: #656565. Windows color (decimal): -3521781 or 738250. OLE color: 738250.
HSL color Cylindrical-coordinate representation of color #CA430B: hue angle of 17.59º 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 #CA430B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.21 |
| HSL | 17.59º | 0.9% | 0.42% | - |
| HSV(B) | 17.59º | 0.95% | 0.79% | - |
| XYZ | 26.42 | 16.6 | 2.13 | - |
| YUV | 100.98 | 77.23 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 11 | 0 | 0.67 | 0.95 | 0.21 | 17.59 | 0.9 | 0.42 |
| Hex | CA | 43 | B | 0 | 43 | 5F | 15 | 12 | 5A | 2A |
| Octal | 312 | 103 | 13 | 0 | 103 | 137 | 25 | 22 | 132 | 52 |
| Binary | 11001010 | 1000011 | 1011 | 0 | 1000011 | 1011111 | 10101 | 10010 | 1011010 | 101010 |
Color Harmonies of #CA430B
Complementary color
Monochromatic Colors of #CA430B
Black with #CA430B
Text Example
Text Example
White with #CA430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA430B; }
p { color: rgb(202,67,11); }
H1.HeaderClassName
{
color: #CA430B;
}
.AnyTagClassName
{
color: #CA430B;
}
</style>
background-color css
<style>
a { background-color: #CA430B; }
a { background-color: rgb(202,67,11); }
div.DivClassName
{
background-color: #CA430B;
}
.BgClassName
{
background-color: #CA430B;
}
</style>
border-color css
<style>
span { border-color: #CA430B; }
span { border-color: rgb(202,67,11); }
td.TdClassName
{
border-color: #CA430B;
}
.TagClassName
{
border-color: #CA430B;
}
</style>