Shades of Rust #BD3C12
Tints of Rust #BD3C12
RGB
CMYK
RGB Variations
Color information
#BD3C12 (or 0xBD3C12) is known color: Rust. HEX triplet: BD, 3C and 12. RGB value is (189,60,18). Sum of RGB (Red+Green+Blue) = 189+60+18=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C12 is #42C3ED. Grayscale: #5E5E5E. Windows color (decimal): -4375534 or 1195197. OLE color: 1195197.
HSL color Cylindrical-coordinate representation of color #BD3C12: hue angle of 14.74º 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 #BD3C12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.26 |
| HSL | 14.74º | 0.83% | 0.41% | - |
| HSV(B) | 14.74º | 0.9% | 0.74% | - |
| XYZ | 22.71 | 14.09 | 2.1 | - |
| YUV | 93.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 18 | 0 | 0.68 | 0.90 | 0.26 | 14.74 | 0.83 | 0.41 |
| Hex | BD | 3C | 12 | 0 | 44 | 5A | 1A | F | 53 | 29 |
| Octal | 275 | 74 | 22 | 0 | 104 | 132 | 32 | 17 | 123 | 51 |
| Binary | 10111101 | 111100 | 10010 | 0 | 1000100 | 1011010 | 11010 | 1111 | 1010011 | 101001 |
Color Harmonies of #BD3C12
Complementary color
Monochromatic Colors of #BD3C12
Black with #BD3C12
Text Example
Text Example
White with #BD3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C12; }
p { color: rgb(189,60,18); }
H1.HeaderClassName
{
color: #BD3C12;
}
.AnyTagClassName
{
color: #BD3C12;
}
</style>
background-color css
<style>
a { background-color: #BD3C12; }
a { background-color: rgb(189,60,18); }
div.DivClassName
{
background-color: #BD3C12;
}
.BgClassName
{
background-color: #BD3C12;
}
</style>
border-color css
<style>
span { border-color: #BD3C12; }
span { border-color: rgb(189,60,18); }
td.TdClassName
{
border-color: #BD3C12;
}
.TagClassName
{
border-color: #BD3C12;
}
</style>