Shades of Rust #BD380F
Tints of Rust #BD380F
RGB
CMYK
RGB Variations
Color information
#BD380F (or 0xBD380F) is known color: Rust. HEX triplet: BD, 38 and 0F. RGB value is (189,56,15). Sum of RGB (Red+Green+Blue) = 189+56+15=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD380F is #42C7F0. Grayscale: #5B5B5B. Windows color (decimal): -4376561 or 997565. OLE color: 997565.
HSL color Cylindrical-coordinate representation of color #BD380F: hue angle of 14.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD380F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.26 |
| HSL | 14.14º | 0.85% | 0.4% | - |
| HSV(B) | 14.14º | 0.92% | 0.74% | - |
| XYZ | 22.49 | 13.68 | 1.91 | - |
| YUV | 91.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 15 | 0 | 0.70 | 0.92 | 0.26 | 14.14 | 0.85 | 0.4 |
| Hex | BD | 38 | F | 0 | 46 | 5C | 1A | E | 55 | 28 |
| Octal | 275 | 70 | 17 | 0 | 106 | 134 | 32 | 16 | 125 | 50 |
| Binary | 10111101 | 111000 | 1111 | 0 | 1000110 | 1011100 | 11010 | 1110 | 1010101 | 101000 |
Color Harmonies of #BD380F
Complementary color
Monochromatic Colors of #BD380F
Black with #BD380F
Text Example
Text Example
White with #BD380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD380F; }
p { color: rgb(189,56,15); }
H1.HeaderClassName
{
color: #BD380F;
}
.AnyTagClassName
{
color: #BD380F;
}
</style>
background-color css
<style>
a { background-color: #BD380F; }
a { background-color: rgb(189,56,15); }
div.DivClassName
{
background-color: #BD380F;
}
.BgClassName
{
background-color: #BD380F;
}
</style>
border-color css
<style>
span { border-color: #BD380F; }
span { border-color: rgb(189,56,15); }
td.TdClassName
{
border-color: #BD380F;
}
.TagClassName
{
border-color: #BD380F;
}
</style>