Shades of Rust #BA3D02
Tints of Rust #BA3D02
RGB
CMYK
RGB Variations
Color information
#BA3D02 (or 0xBA3D02) is known color: Rust. HEX triplet: BA, 3D and 02. RGB value is (186,61,2). Sum of RGB (Red+Green+Blue) = 186+61+2=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D02 is #45C2FD. Grayscale: #5C5C5C. Windows color (decimal): -4571902 or 146874. OLE color: 146874.
HSL color Cylindrical-coordinate representation of color #BA3D02: hue angle of 19.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA3D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.27 |
| HSL | 19.24º | 0.98% | 0.37% | - |
| HSV(B) | 19.24º | 0.99% | 0.73% | - |
| XYZ | 21.93 | 13.78 | 1.56 | - |
| YUV | 91.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 2 | 0 | 0.67 | 0.99 | 0.27 | 19.24 | 0.98 | 0.37 |
| Hex | BA | 3D | 2 | 0 | 43 | 63 | 1B | 13 | 62 | 25 |
| Octal | 272 | 75 | 2 | 0 | 103 | 143 | 33 | 23 | 142 | 45 |
| Binary | 10111010 | 111101 | 10 | 0 | 1000011 | 1100011 | 11011 | 10011 | 1100010 | 100101 |
Color Harmonies of #BA3D02
Complementary color
Monochromatic Colors of #BA3D02
Black with #BA3D02
Text Example
Text Example
White with #BA3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D02; }
p { color: rgb(186,61,2); }
H1.HeaderClassName
{
color: #BA3D02;
}
.AnyTagClassName
{
color: #BA3D02;
}
</style>
background-color css
<style>
a { background-color: #BA3D02; }
a { background-color: rgb(186,61,2); }
div.DivClassName
{
background-color: #BA3D02;
}
.BgClassName
{
background-color: #BA3D02;
}
</style>
border-color css
<style>
span { border-color: #BA3D02; }
span { border-color: rgb(186,61,2); }
td.TdClassName
{
border-color: #BA3D02;
}
.TagClassName
{
border-color: #BA3D02;
}
</style>