Shades of Rust #BD4408
Tints of Rust #BD4408
RGB
CMYK
RGB Variations
Color information
#BD4408 (or 0xBD4408) is known color: Rust. HEX triplet: BD, 44 and 08. RGB value is (189,68,8). Sum of RGB (Red+Green+Blue) = 189+68+8=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4408 is #42BBF7. Grayscale: #616161. Windows color (decimal): -4373496 or 541885. OLE color: 541885.
HSL color Cylindrical-coordinate representation of color #BD4408: hue angle of 19.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD4408 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.26 |
| HSL | 19.89º | 0.92% | 0.39% | - |
| HSV(B) | 19.89º | 0.96% | 0.74% | - |
| XYZ | 23.1 | 14.97 | 1.9 | - |
| YUV | 97.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 8 | 0 | 0.64 | 0.96 | 0.26 | 19.89 | 0.92 | 0.39 |
| Hex | BD | 44 | 8 | 0 | 40 | 60 | 1A | 14 | 5C | 27 |
| Octal | 275 | 104 | 10 | 0 | 100 | 140 | 32 | 24 | 134 | 47 |
| Binary | 10111101 | 1000100 | 1000 | 0 | 1000000 | 1100000 | 11010 | 10100 | 1011100 | 100111 |
Color Harmonies of #BD4408
Complementary color
Monochromatic Colors of #BD4408
Black with #BD4408
Text Example
Text Example
White with #BD4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4408; }
p { color: rgb(189,68,8); }
H1.HeaderClassName
{
color: #BD4408;
}
.AnyTagClassName
{
color: #BD4408;
}
</style>
background-color css
<style>
a { background-color: #BD4408; }
a { background-color: rgb(189,68,8); }
div.DivClassName
{
background-color: #BD4408;
}
.BgClassName
{
background-color: #BD4408;
}
</style>
border-color css
<style>
span { border-color: #BD4408; }
span { border-color: rgb(189,68,8); }
td.TdClassName
{
border-color: #BD4408;
}
.TagClassName
{
border-color: #BD4408;
}
</style>