Shades of Rust #BD431B
Tints of Rust #BD431B
RGB
CMYK
RGB Variations
Color information
#BD431B (or 0xBD431B) is known color: Rust. HEX triplet: BD, 43 and 1B. RGB value is (189,67,27). Sum of RGB (Red+Green+Blue) = 189+67+27=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD431B is #42BCE4. Grayscale: #636363. Windows color (decimal): -4373733 or 1786813. OLE color: 1786813.
HSL color Cylindrical-coordinate representation of color #BD431B: hue angle of 14.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD431B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.26 |
| HSL | 14.81º | 0.75% | 0.42% | - |
| HSV(B) | 14.81º | 0.86% | 0.74% | - |
| XYZ | 23.19 | 14.91 | 2.69 | - |
| YUV | 98.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 27 | 0 | 0.65 | 0.86 | 0.26 | 14.81 | 0.75 | 0.42 |
| Hex | BD | 43 | 1B | 0 | 41 | 56 | 1A | F | 4B | 2A |
| Octal | 275 | 103 | 33 | 0 | 101 | 126 | 32 | 17 | 113 | 52 |
| Binary | 10111101 | 1000011 | 11011 | 0 | 1000001 | 1010110 | 11010 | 1111 | 1001011 | 101010 |
Color Harmonies of #BD431B
Complementary color
Monochromatic Colors of #BD431B
Black with #BD431B
Text Example
Text Example
White with #BD431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD431B; }
p { color: rgb(189,67,27); }
H1.HeaderClassName
{
color: #BD431B;
}
.AnyTagClassName
{
color: #BD431B;
}
</style>
background-color css
<style>
a { background-color: #BD431B; }
a { background-color: rgb(189,67,27); }
div.DivClassName
{
background-color: #BD431B;
}
.BgClassName
{
background-color: #BD431B;
}
</style>
border-color css
<style>
span { border-color: #BD431B; }
span { border-color: rgb(189,67,27); }
td.TdClassName
{
border-color: #BD431B;
}
.TagClassName
{
border-color: #BD431B;
}
</style>