Shades of Rust #BD3E12
Tints of Rust #BD3E12
RGB
CMYK
RGB Variations
Color information
#BD3E12 (or 0xBD3E12) is known color: Rust. HEX triplet: BD, 3E and 12. RGB value is (189,62,18). Sum of RGB (Red+Green+Blue) = 189+62+18=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E12 is #42C1ED. Grayscale: #5F5F5F. Windows color (decimal): -4375022 or 1195709. OLE color: 1195709.
HSL color Cylindrical-coordinate representation of color #BD3E12: hue angle of 15.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3E12 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 18 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.26 |
| HSL | 15.44º | 0.83% | 0.41% | - |
| HSV(B) | 15.44º | 0.9% | 0.74% | - |
| XYZ | 22.82 | 14.31 | 2.13 | - |
| YUV | 94.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 18 | 0 | 0.67 | 0.90 | 0.26 | 15.44 | 0.83 | 0.41 |
| Hex | BD | 3E | 12 | 0 | 43 | 5A | 1A | F | 53 | 29 |
| Octal | 275 | 76 | 22 | 0 | 103 | 132 | 32 | 17 | 123 | 51 |
| Binary | 10111101 | 111110 | 10010 | 0 | 1000011 | 1011010 | 11010 | 1111 | 1010011 | 101001 |
Color Harmonies of #BD3E12
Complementary color
Monochromatic Colors of #BD3E12
Black with #BD3E12
Text Example
Text Example
White with #BD3E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E12; }
p { color: rgb(189,62,18); }
H1.HeaderClassName
{
color: #BD3E12;
}
.AnyTagClassName
{
color: #BD3E12;
}
</style>
background-color css
<style>
a { background-color: #BD3E12; }
a { background-color: rgb(189,62,18); }
div.DivClassName
{
background-color: #BD3E12;
}
.BgClassName
{
background-color: #BD3E12;
}
</style>
border-color css
<style>
span { border-color: #BD3E12; }
span { border-color: rgb(189,62,18); }
td.TdClassName
{
border-color: #BD3E12;
}
.TagClassName
{
border-color: #BD3E12;
}
</style>