Shades of Rust #BD360D
Tints of Rust #BD360D
RGB
CMYK
RGB Variations
Color information
#BD360D (or 0xBD360D) is known color: Rust. HEX triplet: BD, 36 and 0D. RGB value is (189,54,13). Sum of RGB (Red+Green+Blue) = 189+54+13=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD360D is #42C9F2. Grayscale: #595959. Windows color (decimal): -4377075 or 865981. OLE color: 865981.
HSL color Cylindrical-coordinate representation of color #BD360D: hue angle of 13.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD360D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.26 |
| HSL | 13.98º | 0.87% | 0.4% | - |
| HSV(B) | 13.98º | 0.93% | 0.74% | - |
| XYZ | 22.38 | 13.49 | 1.8 | - |
| YUV | 89.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 13 | 0 | 0.71 | 0.93 | 0.26 | 13.98 | 0.87 | 0.4 |
| Hex | BD | 36 | D | 0 | 47 | 5D | 1A | E | 57 | 28 |
| Octal | 275 | 66 | 15 | 0 | 107 | 135 | 32 | 16 | 127 | 50 |
| Binary | 10111101 | 110110 | 1101 | 0 | 1000111 | 1011101 | 11010 | 1110 | 1010111 | 101000 |
Color Harmonies of #BD360D
Complementary color
Monochromatic Colors of #BD360D
Black with #BD360D
Text Example
Text Example
White with #BD360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD360D; }
p { color: rgb(189,54,13); }
H1.HeaderClassName
{
color: #BD360D;
}
.AnyTagClassName
{
color: #BD360D;
}
</style>
background-color css
<style>
a { background-color: #BD360D; }
a { background-color: rgb(189,54,13); }
div.DivClassName
{
background-color: #BD360D;
}
.BgClassName
{
background-color: #BD360D;
}
</style>
border-color css
<style>
span { border-color: #BD360D; }
span { border-color: rgb(189,54,13); }
td.TdClassName
{
border-color: #BD360D;
}
.TagClassName
{
border-color: #BD360D;
}
</style>