Shades of Rust #BD4101
Tints of Rust #BD4101
RGB
CMYK
RGB Variations
Color information
#BD4101 (or 0xBD4101) is known color: Rust. HEX triplet: BD, 41 and 01. RGB value is (189,65,1). Sum of RGB (Red+Green+Blue) = 189+65+1=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4101 is #42BEFE. Grayscale: #5F5F5F. Windows color (decimal): -4374271 or 82365. OLE color: 82365.
HSL color Cylindrical-coordinate representation of color #BD4101: hue angle of 20.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD4101 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.26 |
| HSL | 20.43º | 0.99% | 0.37% | - |
| HSV(B) | 20.43º | 0.99% | 0.74% | - |
| XYZ | 22.88 | 14.6 | 1.64 | - |
| YUV | 94.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 1 | 0 | 0.66 | 0.99 | 0.26 | 20.43 | 0.99 | 0.37 |
| Hex | BD | 41 | 1 | 0 | 42 | 63 | 1A | 14 | 63 | 25 |
| Octal | 275 | 101 | 1 | 0 | 102 | 143 | 32 | 24 | 143 | 45 |
| Binary | 10111101 | 1000001 | 1 | 0 | 1000010 | 1100011 | 11010 | 10100 | 1100011 | 100101 |
Color Harmonies of #BD4101
Complementary color
Monochromatic Colors of #BD4101
Black with #BD4101
Text Example
Text Example
White with #BD4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4101; }
p { color: rgb(189,65,1); }
H1.HeaderClassName
{
color: #BD4101;
}
.AnyTagClassName
{
color: #BD4101;
}
</style>
background-color css
<style>
a { background-color: #BD4101; }
a { background-color: rgb(189,65,1); }
div.DivClassName
{
background-color: #BD4101;
}
.BgClassName
{
background-color: #BD4101;
}
</style>
border-color css
<style>
span { border-color: #BD4101; }
span { border-color: rgb(189,65,1); }
td.TdClassName
{
border-color: #BD4101;
}
.TagClassName
{
border-color: #BD4101;
}
</style>