Shades of Rust #BD4401
Tints of Rust #BD4401
RGB
CMYK
RGB Variations
Color information
#BD4401 (or 0xBD4401) is known color: Rust. HEX triplet: BD, 44 and 01. RGB value is (189,68,1). Sum of RGB (Red+Green+Blue) = 189+68+1=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4401 is #42BBFE. Grayscale: #606060. Windows color (decimal): -4373503 or 83133. OLE color: 83133.
HSL color Cylindrical-coordinate representation of color #BD4401: hue angle of 21.38º 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 #BD4401 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.26 |
| HSL | 21.38º | 0.99% | 0.37% | - |
| HSV(B) | 21.38º | 0.99% | 0.74% | - |
| XYZ | 23.06 | 14.96 | 1.7 | - |
| YUV | 96.54 | 74.09 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 1 | 0 | 0.64 | 0.99 | 0.26 | 21.38 | 0.99 | 0.37 |
| Hex | BD | 44 | 1 | 0 | 40 | 63 | 1A | 15 | 63 | 25 |
| Octal | 275 | 104 | 1 | 0 | 100 | 143 | 32 | 25 | 143 | 45 |
| Binary | 10111101 | 1000100 | 1 | 0 | 1000000 | 1100011 | 11010 | 10101 | 1100011 | 100101 |
Color Harmonies of #BD4401
Complementary color
Monochromatic Colors of #BD4401
Black with #BD4401
Text Example
Text Example
White with #BD4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4401; }
p { color: rgb(189,68,1); }
H1.HeaderClassName
{
color: #BD4401;
}
.AnyTagClassName
{
color: #BD4401;
}
</style>
background-color css
<style>
a { background-color: #BD4401; }
a { background-color: rgb(189,68,1); }
div.DivClassName
{
background-color: #BD4401;
}
.BgClassName
{
background-color: #BD4401;
}
</style>
border-color css
<style>
span { border-color: #BD4401; }
span { border-color: rgb(189,68,1); }
td.TdClassName
{
border-color: #BD4401;
}
.TagClassName
{
border-color: #BD4401;
}
</style>