Shades of Rust #BD401C
Tints of Rust #BD401C
RGB
CMYK
RGB Variations
Color information
#BD401C (or 0xBD401C) is known color: Rust. HEX triplet: BD, 40 and 1C. RGB value is (189,64,28). Sum of RGB (Red+Green+Blue) = 189+64+28=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD401C is #42BFE3. Grayscale: #616161. Windows color (decimal): -4374500 or 1851581. OLE color: 1851581.
HSL color Cylindrical-coordinate representation of color #BD401C: hue angle of 13.42º 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 #BD401C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 28 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.26 |
| HSL | 13.42º | 0.74% | 0.43% | - |
| HSV(B) | 13.42º | 0.85% | 0.74% | - |
| XYZ | 23.03 | 14.57 | 2.7 | - |
| YUV | 97.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 28 | 0 | 0.66 | 0.85 | 0.26 | 13.42 | 0.74 | 0.43 |
| Hex | BD | 40 | 1C | 0 | 42 | 55 | 1A | D | 4A | 2B |
| Octal | 275 | 100 | 34 | 0 | 102 | 125 | 32 | 15 | 112 | 53 |
| Binary | 10111101 | 1000000 | 11100 | 0 | 1000010 | 1010101 | 11010 | 1101 | 1001010 | 101011 |
Color Harmonies of #BD401C
Complementary color
Monochromatic Colors of #BD401C
Black with #BD401C
Text Example
Text Example
White with #BD401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD401C; }
p { color: rgb(189,64,28); }
H1.HeaderClassName
{
color: #BD401C;
}
.AnyTagClassName
{
color: #BD401C;
}
</style>
background-color css
<style>
a { background-color: #BD401C; }
a { background-color: rgb(189,64,28); }
div.DivClassName
{
background-color: #BD401C;
}
.BgClassName
{
background-color: #BD401C;
}
</style>
border-color css
<style>
span { border-color: #BD401C; }
span { border-color: rgb(189,64,28); }
td.TdClassName
{
border-color: #BD401C;
}
.TagClassName
{
border-color: #BD401C;
}
</style>