Shades of Rust #BA430F
Tints of Rust #BA430F
RGB
CMYK
RGB Variations
Color information
#BA430F (or 0xBA430F) is known color: Rust. HEX triplet: BA, 43 and 0F. RGB value is (186,67,15). Sum of RGB (Red+Green+Blue) = 186+67+15=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA430F is #45BCF0. Grayscale: #606060. Windows color (decimal): -4570353 or 1000378. OLE color: 1000378.
HSL color Cylindrical-coordinate representation of color #BA430F: hue angle of 18.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA430F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.27 |
| HSL | 18.25º | 0.85% | 0.39% | - |
| HSV(B) | 18.25º | 0.92% | 0.73% | - |
| XYZ | 22.34 | 14.49 | 2.07 | - |
| YUV | 96.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 15 | 0 | 0.64 | 0.92 | 0.27 | 18.25 | 0.85 | 0.39 |
| Hex | BA | 43 | F | 0 | 40 | 5C | 1B | 12 | 55 | 27 |
| Octal | 272 | 103 | 17 | 0 | 100 | 134 | 33 | 22 | 125 | 47 |
| Binary | 10111010 | 1000011 | 1111 | 0 | 1000000 | 1011100 | 11011 | 10010 | 1010101 | 100111 |
Color Harmonies of #BA430F
Complementary color
Monochromatic Colors of #BA430F
Black with #BA430F
Text Example
Text Example
White with #BA430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA430F; }
p { color: rgb(186,67,15); }
H1.HeaderClassName
{
color: #BA430F;
}
.AnyTagClassName
{
color: #BA430F;
}
</style>
background-color css
<style>
a { background-color: #BA430F; }
a { background-color: rgb(186,67,15); }
div.DivClassName
{
background-color: #BA430F;
}
.BgClassName
{
background-color: #BA430F;
}
</style>
border-color css
<style>
span { border-color: #BA430F; }
span { border-color: rgb(186,67,15); }
td.TdClassName
{
border-color: #BA430F;
}
.TagClassName
{
border-color: #BA430F;
}
</style>