Shades of Rust #BD4409
Tints of Rust #BD4409
RGB
CMYK
RGB Variations
Color information
#BD4409 (or 0xBD4409) is known color: Rust. HEX triplet: BD, 44 and 09. RGB value is (189,68,9). Sum of RGB (Red+Green+Blue) = 189+68+9=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4409 is #42BBF6. Grayscale: #616161. Windows color (decimal): -4373495 or 607421. OLE color: 607421.
HSL color Cylindrical-coordinate representation of color #BD4409: hue angle of 19.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD4409 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.26 |
| HSL | 19.67º | 0.91% | 0.39% | - |
| HSV(B) | 19.67º | 0.95% | 0.74% | - |
| XYZ | 23.1 | 14.97 | 1.93 | - |
| YUV | 97.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 9 | 0 | 0.64 | 0.95 | 0.26 | 19.67 | 0.91 | 0.39 |
| Hex | BD | 44 | 9 | 0 | 40 | 5F | 1A | 14 | 5B | 27 |
| Octal | 275 | 104 | 11 | 0 | 100 | 137 | 32 | 24 | 133 | 47 |
| Binary | 10111101 | 1000100 | 1001 | 0 | 1000000 | 1011111 | 11010 | 10100 | 1011011 | 100111 |
Color Harmonies of #BD4409
Complementary color
Monochromatic Colors of #BD4409
Black with #BD4409
Text Example
Text Example
White with #BD4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4409; }
p { color: rgb(189,68,9); }
H1.HeaderClassName
{
color: #BD4409;
}
.AnyTagClassName
{
color: #BD4409;
}
</style>
background-color css
<style>
a { background-color: #BD4409; }
a { background-color: rgb(189,68,9); }
div.DivClassName
{
background-color: #BD4409;
}
.BgClassName
{
background-color: #BD4409;
}
</style>
border-color css
<style>
span { border-color: #BD4409; }
span { border-color: rgb(189,68,9); }
td.TdClassName
{
border-color: #BD4409;
}
.TagClassName
{
border-color: #BD4409;
}
</style>