Shades of Rust #BD380C
Tints of Rust #BD380C
RGB
CMYK
RGB Variations
Color information
#BD380C (or 0xBD380C) is known color: Rust. HEX triplet: BD, 38 and 0C. RGB value is (189,56,12). Sum of RGB (Red+Green+Blue) = 189+56+12=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD380C is #42C7F3. Grayscale: #5B5B5B. Windows color (decimal): -4376564 or 800957. OLE color: 800957.
HSL color Cylindrical-coordinate representation of color #BD380C: hue angle of 14.92º degrees, saturation: 0.88, 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 #BD380C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 12 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.26 |
| HSL | 14.92º | 0.88% | 0.39% | - |
| HSV(B) | 14.92º | 0.94% | 0.74% | - |
| XYZ | 22.47 | 13.67 | 1.8 | - |
| YUV | 90.75 | 83.56 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 12 | 0 | 0.70 | 0.94 | 0.26 | 14.92 | 0.88 | 0.39 |
| Hex | BD | 38 | C | 0 | 46 | 5E | 1A | F | 58 | 27 |
| Octal | 275 | 70 | 14 | 0 | 106 | 136 | 32 | 17 | 130 | 47 |
| Binary | 10111101 | 111000 | 1100 | 0 | 1000110 | 1011110 | 11010 | 1111 | 1011000 | 100111 |
Color Harmonies of #BD380C
Complementary color
Monochromatic Colors of #BD380C
Black with #BD380C
Text Example
Text Example
White with #BD380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD380C; }
p { color: rgb(189,56,12); }
H1.HeaderClassName
{
color: #BD380C;
}
.AnyTagClassName
{
color: #BD380C;
}
</style>
background-color css
<style>
a { background-color: #BD380C; }
a { background-color: rgb(189,56,12); }
div.DivClassName
{
background-color: #BD380C;
}
.BgClassName
{
background-color: #BD380C;
}
</style>
border-color css
<style>
span { border-color: #BD380C; }
span { border-color: rgb(189,56,12); }
td.TdClassName
{
border-color: #BD380C;
}
.TagClassName
{
border-color: #BD380C;
}
</style>