Shades of Rust #BD421F
Tints of Rust #BD421F
RGB
CMYK
RGB Variations
Color information
#BD421F (or 0xBD421F) is known color: Rust. HEX triplet: BD, 42 and 1F. RGB value is (189,66,31). Sum of RGB (Red+Green+Blue) = 189+66+31=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD421F is #42BDE0. Grayscale: #636363. Windows color (decimal): -4373985 or 2048701. OLE color: 2048701.
HSL color Cylindrical-coordinate representation of color #BD421F: hue angle of 13.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD421F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.26 |
| HSL | 13.29º | 0.72% | 0.43% | - |
| HSV(B) | 13.29º | 0.84% | 0.74% | - |
| XYZ | 23.18 | 14.81 | 2.93 | - |
| YUV | 98.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 31 | 0 | 0.65 | 0.84 | 0.26 | 13.29 | 0.72 | 0.43 |
| Hex | BD | 42 | 1F | 0 | 41 | 54 | 1A | D | 48 | 2B |
| Octal | 275 | 102 | 37 | 0 | 101 | 124 | 32 | 15 | 110 | 53 |
| Binary | 10111101 | 1000010 | 11111 | 0 | 1000001 | 1010100 | 11010 | 1101 | 1001000 | 101011 |
Color Harmonies of #BD421F
Complementary color
Monochromatic Colors of #BD421F
Black with #BD421F
Text Example
Text Example
White with #BD421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD421F; }
p { color: rgb(189,66,31); }
H1.HeaderClassName
{
color: #BD421F;
}
.AnyTagClassName
{
color: #BD421F;
}
</style>
background-color css
<style>
a { background-color: #BD421F; }
a { background-color: rgb(189,66,31); }
div.DivClassName
{
background-color: #BD421F;
}
.BgClassName
{
background-color: #BD421F;
}
</style>
border-color css
<style>
span { border-color: #BD421F; }
span { border-color: rgb(189,66,31); }
td.TdClassName
{
border-color: #BD421F;
}
.TagClassName
{
border-color: #BD421F;
}
</style>