Shades of Rust #BD451B
Tints of Rust #BD451B
RGB
CMYK
RGB Variations
Color information
#BD451B (or 0xBD451B) is known color: Rust. HEX triplet: BD, 45 and 1B. RGB value is (189,69,27). Sum of RGB (Red+Green+Blue) = 189+69+27=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD451B is #42BAE4. Grayscale: #646464. Windows color (decimal): -4373221 or 1787325. OLE color: 1787325.
HSL color Cylindrical-coordinate representation of color #BD451B: hue angle of 15.56º 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 #BD451B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.26 |
| HSL | 15.56º | 0.75% | 0.42% | - |
| HSV(B) | 15.56º | 0.86% | 0.74% | - |
| XYZ | 23.31 | 15.15 | 2.73 | - |
| YUV | 100.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 27 | 0 | 0.63 | 0.86 | 0.26 | 15.56 | 0.75 | 0.42 |
| Hex | BD | 45 | 1B | 0 | 3F | 56 | 1A | 10 | 4B | 2A |
| Octal | 275 | 105 | 33 | 0 | 77 | 126 | 32 | 20 | 113 | 52 |
| Binary | 10111101 | 1000101 | 11011 | 0 | 111111 | 1010110 | 11010 | 10000 | 1001011 | 101010 |
Color Harmonies of #BD451B
Complementary color
Monochromatic Colors of #BD451B
Black with #BD451B
Text Example
Text Example
White with #BD451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD451B; }
p { color: rgb(189,69,27); }
H1.HeaderClassName
{
color: #BD451B;
}
.AnyTagClassName
{
color: #BD451B;
}
</style>
background-color css
<style>
a { background-color: #BD451B; }
a { background-color: rgb(189,69,27); }
div.DivClassName
{
background-color: #BD451B;
}
.BgClassName
{
background-color: #BD451B;
}
</style>
border-color css
<style>
span { border-color: #BD451B; }
span { border-color: rgb(189,69,27); }
td.TdClassName
{
border-color: #BD451B;
}
.TagClassName
{
border-color: #BD451B;
}
</style>