Shades of Rust #BD481C
Tints of Rust #BD481C
RGB
CMYK
RGB Variations
Color information
#BD481C (or 0xBD481C) is known color: Rust. HEX triplet: BD, 48 and 1C. RGB value is (189,72,28). Sum of RGB (Red+Green+Blue) = 189+72+28=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD481C is #42B7E3. Grayscale: #666666. Windows color (decimal): -4372452 or 1853629. OLE color: 1853629.
HSL color Cylindrical-coordinate representation of color #BD481C: hue angle of 16.4º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD481C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 28 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.26 |
| HSL | 16.4º | 0.74% | 0.43% | - |
| HSV(B) | 16.4º | 0.85% | 0.74% | - |
| XYZ | 23.51 | 15.54 | 2.86 | - |
| YUV | 101.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 28 | 0 | 0.62 | 0.85 | 0.26 | 16.4 | 0.74 | 0.43 |
| Hex | BD | 48 | 1C | 0 | 3E | 55 | 1A | 10 | 4A | 2B |
| Octal | 275 | 110 | 34 | 0 | 76 | 125 | 32 | 20 | 112 | 53 |
| Binary | 10111101 | 1001000 | 11100 | 0 | 111110 | 1010101 | 11010 | 10000 | 1001010 | 101011 |
Color Harmonies of #BD481C
Complementary color
Monochromatic Colors of #BD481C
Black with #BD481C
Text Example
Text Example
White with #BD481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD481C; }
p { color: rgb(189,72,28); }
H1.HeaderClassName
{
color: #BD481C;
}
.AnyTagClassName
{
color: #BD481C;
}
</style>
background-color css
<style>
a { background-color: #BD481C; }
a { background-color: rgb(189,72,28); }
div.DivClassName
{
background-color: #BD481C;
}
.BgClassName
{
background-color: #BD481C;
}
</style>
border-color css
<style>
span { border-color: #BD481C; }
span { border-color: rgb(189,72,28); }
td.TdClassName
{
border-color: #BD481C;
}
.TagClassName
{
border-color: #BD481C;
}
</style>