Shades of Rust #BD431E
Tints of Rust #BD431E
RGB
CMYK
RGB Variations
Color information
#BD431E (or 0xBD431E) is known color: Rust. HEX triplet: BD, 43 and 1E. RGB value is (189,67,30). Sum of RGB (Red+Green+Blue) = 189+67+30=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD431E is #42BCE1. Grayscale: #636363. Windows color (decimal): -4373730 or 1983421. OLE color: 1983421.
HSL color Cylindrical-coordinate representation of color #BD431E: hue angle of 13.96º degrees, saturation: 0.73, 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 #BD431E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.26 |
| HSL | 13.96º | 0.73% | 0.43% | - |
| HSV(B) | 13.96º | 0.84% | 0.74% | - |
| XYZ | 23.23 | 14.93 | 2.89 | - |
| YUV | 99.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 30 | 0 | 0.65 | 0.84 | 0.26 | 13.96 | 0.73 | 0.43 |
| Hex | BD | 43 | 1E | 0 | 41 | 54 | 1A | E | 49 | 2B |
| Octal | 275 | 103 | 36 | 0 | 101 | 124 | 32 | 16 | 111 | 53 |
| Binary | 10111101 | 1000011 | 11110 | 0 | 1000001 | 1010100 | 11010 | 1110 | 1001001 | 101011 |
Color Harmonies of #BD431E
Complementary color
Monochromatic Colors of #BD431E
Black with #BD431E
Text Example
Text Example
White with #BD431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD431E; }
p { color: rgb(189,67,30); }
H1.HeaderClassName
{
color: #BD431E;
}
.AnyTagClassName
{
color: #BD431E;
}
</style>
background-color css
<style>
a { background-color: #BD431E; }
a { background-color: rgb(189,67,30); }
div.DivClassName
{
background-color: #BD431E;
}
.BgClassName
{
background-color: #BD431E;
}
</style>
border-color css
<style>
span { border-color: #BD431E; }
span { border-color: rgb(189,67,30); }
td.TdClassName
{
border-color: #BD431E;
}
.TagClassName
{
border-color: #BD431E;
}
</style>