Shades of Rust #BA420D
Tints of Rust #BA420D
RGB
CMYK
RGB Variations
Color information
#BA420D (or 0xBA420D) is known color: Rust. HEX triplet: BA, 42 and 0D. RGB value is (186,66,13). Sum of RGB (Red+Green+Blue) = 186+66+13=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA420D is #45BDF2. Grayscale: #606060. Windows color (decimal): -4570611 or 869050. OLE color: 869050.
HSL color Cylindrical-coordinate representation of color #BA420D: hue angle of 18.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA420D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.27 |
| HSL | 18.38º | 0.87% | 0.39% | - |
| HSV(B) | 18.38º | 0.93% | 0.73% | - |
| XYZ | 22.27 | 14.36 | 1.98 | - |
| YUV | 95.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 13 | 0 | 0.65 | 0.93 | 0.27 | 18.38 | 0.87 | 0.39 |
| Hex | BA | 42 | D | 0 | 41 | 5D | 1B | 12 | 57 | 27 |
| Octal | 272 | 102 | 15 | 0 | 101 | 135 | 33 | 22 | 127 | 47 |
| Binary | 10111010 | 1000010 | 1101 | 0 | 1000001 | 1011101 | 11011 | 10010 | 1010111 | 100111 |
Color Harmonies of #BA420D
Complementary color
Monochromatic Colors of #BA420D
Black with #BA420D
Text Example
Text Example
White with #BA420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA420D; }
p { color: rgb(186,66,13); }
H1.HeaderClassName
{
color: #BA420D;
}
.AnyTagClassName
{
color: #BA420D;
}
</style>
background-color css
<style>
a { background-color: #BA420D; }
a { background-color: rgb(186,66,13); }
div.DivClassName
{
background-color: #BA420D;
}
.BgClassName
{
background-color: #BA420D;
}
</style>
border-color css
<style>
span { border-color: #BA420D; }
span { border-color: rgb(186,66,13); }
td.TdClassName
{
border-color: #BA420D;
}
.TagClassName
{
border-color: #BA420D;
}
</style>