Shades of Rust #BD481F
Tints of Rust #BD481F
RGB
CMYK
RGB Variations
Color information
#BD481F (or 0xBD481F) is known color: Rust. HEX triplet: BD, 48 and 1F. RGB value is (189,72,31). Sum of RGB (Red+Green+Blue) = 189+72+31=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD481F is #42B7E0. Grayscale: #666666. Windows color (decimal): -4372449 or 2050237. OLE color: 2050237.
HSL color Cylindrical-coordinate representation of color #BD481F: hue angle of 15.57º 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 #BD481F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 31 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.26 |
| HSL | 15.57º | 0.72% | 0.43% | - |
| HSV(B) | 15.57º | 0.84% | 0.74% | - |
| XYZ | 23.55 | 15.55 | 3.06 | - |
| YUV | 102.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 31 | 0 | 0.62 | 0.84 | 0.26 | 15.57 | 0.72 | 0.43 |
| Hex | BD | 48 | 1F | 0 | 3E | 54 | 1A | 10 | 48 | 2B |
| Octal | 275 | 110 | 37 | 0 | 76 | 124 | 32 | 20 | 110 | 53 |
| Binary | 10111101 | 1001000 | 11111 | 0 | 111110 | 1010100 | 11010 | 10000 | 1001000 | 101011 |
Color Harmonies of #BD481F
Complementary color
Monochromatic Colors of #BD481F
Black with #BD481F
Text Example
Text Example
White with #BD481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD481F; }
p { color: rgb(189,72,31); }
H1.HeaderClassName
{
color: #BD481F;
}
.AnyTagClassName
{
color: #BD481F;
}
</style>
background-color css
<style>
a { background-color: #BD481F; }
a { background-color: rgb(189,72,31); }
div.DivClassName
{
background-color: #BD481F;
}
.BgClassName
{
background-color: #BD481F;
}
</style>
border-color css
<style>
span { border-color: #BD481F; }
span { border-color: rgb(189,72,31); }
td.TdClassName
{
border-color: #BD481F;
}
.TagClassName
{
border-color: #BD481F;
}
</style>