Shades of Rust #BD491A
Tints of Rust #BD491A
RGB
CMYK
RGB Variations
Color information
#BD491A (or 0xBD491A) is known color: Rust. HEX triplet: BD, 49 and 1A. RGB value is (189,73,26). Sum of RGB (Red+Green+Blue) = 189+73+26=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD491A is #42B6E5. Grayscale: #666666. Windows color (decimal): -4372198 or 1722813. OLE color: 1722813.
HSL color Cylindrical-coordinate representation of color #BD491A: hue angle of 17.3º degrees, saturation: 0.76, 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 #BD491A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.26 |
| HSL | 17.3º | 0.76% | 0.42% | - |
| HSV(B) | 17.3º | 0.86% | 0.74% | - |
| XYZ | 23.56 | 15.66 | 2.76 | - |
| YUV | 102.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 26 | 0 | 0.61 | 0.86 | 0.26 | 17.3 | 0.76 | 0.42 |
| Hex | BD | 49 | 1A | 0 | 3D | 56 | 1A | 11 | 4C | 2A |
| Octal | 275 | 111 | 32 | 0 | 75 | 126 | 32 | 21 | 114 | 52 |
| Binary | 10111101 | 1001001 | 11010 | 0 | 111101 | 1010110 | 11010 | 10001 | 1001100 | 101010 |
Color Harmonies of #BD491A
Complementary color
Monochromatic Colors of #BD491A
Black with #BD491A
Text Example
Text Example
White with #BD491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD491A; }
p { color: rgb(189,73,26); }
H1.HeaderClassName
{
color: #BD491A;
}
.AnyTagClassName
{
color: #BD491A;
}
</style>
background-color css
<style>
a { background-color: #BD491A; }
a { background-color: rgb(189,73,26); }
div.DivClassName
{
background-color: #BD491A;
}
.BgClassName
{
background-color: #BD491A;
}
</style>
border-color css
<style>
span { border-color: #BD491A; }
span { border-color: rgb(189,73,26); }
td.TdClassName
{
border-color: #BD491A;
}
.TagClassName
{
border-color: #BD491A;
}
</style>