Shades of Rust #BD370B
Tints of Rust #BD370B
RGB
CMYK
RGB Variations
Color information
#BD370B (or 0xBD370B) is known color: Rust. HEX triplet: BD, 37 and 0B. RGB value is (189,55,11). Sum of RGB (Red+Green+Blue) = 189+55+11=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD370B is #42C8F4. Grayscale: #5A5A5A. Windows color (decimal): -4376821 or 735165. OLE color: 735165.
HSL color Cylindrical-coordinate representation of color #BD370B: hue angle of 14.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD370B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.26 |
| HSL | 14.83º | 0.89% | 0.39% | - |
| HSV(B) | 14.83º | 0.94% | 0.74% | - |
| XYZ | 22.41 | 13.58 | 1.76 | - |
| YUV | 90.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 11 | 0 | 0.71 | 0.94 | 0.26 | 14.83 | 0.89 | 0.39 |
| Hex | BD | 37 | B | 0 | 47 | 5E | 1A | F | 59 | 27 |
| Octal | 275 | 67 | 13 | 0 | 107 | 136 | 32 | 17 | 131 | 47 |
| Binary | 10111101 | 110111 | 1011 | 0 | 1000111 | 1011110 | 11010 | 1111 | 1011001 | 100111 |
Color Harmonies of #BD370B
Complementary color
Monochromatic Colors of #BD370B
Black with #BD370B
Text Example
Text Example
White with #BD370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD370B; }
p { color: rgb(189,55,11); }
H1.HeaderClassName
{
color: #BD370B;
}
.AnyTagClassName
{
color: #BD370B;
}
</style>
background-color css
<style>
a { background-color: #BD370B; }
a { background-color: rgb(189,55,11); }
div.DivClassName
{
background-color: #BD370B;
}
.BgClassName
{
background-color: #BD370B;
}
</style>
border-color css
<style>
span { border-color: #BD370B; }
span { border-color: rgb(189,55,11); }
td.TdClassName
{
border-color: #BD370B;
}
.TagClassName
{
border-color: #BD370B;
}
</style>