Shades of Rust #BD4A04
Tints of Rust #BD4A04
RGB
CMYK
RGB Variations
Color information
#BD4A04 (or 0xBD4A04) is known color: Rust. HEX triplet: BD, 4A and 04. RGB value is (189,74,4). Sum of RGB (Red+Green+Blue) = 189+74+4=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A04 is #42B5FB. Grayscale: #646464. Windows color (decimal): -4371964 or 281277. OLE color: 281277.
HSL color Cylindrical-coordinate representation of color #BD4A04: hue angle of 22.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD4A04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.26 |
| HSL | 22.7º | 0.96% | 0.38% | - |
| HSV(B) | 22.7º | 0.98% | 0.74% | - |
| XYZ | 23.46 | 15.73 | 1.91 | - |
| YUV | 100.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 4 | 0 | 0.61 | 0.98 | 0.26 | 22.7 | 0.96 | 0.38 |
| Hex | BD | 4A | 4 | 0 | 3D | 62 | 1A | 17 | 60 | 26 |
| Octal | 275 | 112 | 4 | 0 | 75 | 142 | 32 | 27 | 140 | 46 |
| Binary | 10111101 | 1001010 | 100 | 0 | 111101 | 1100010 | 11010 | 10111 | 1100000 | 100110 |
Color Harmonies of #BD4A04
Complementary color
Monochromatic Colors of #BD4A04
Black with #BD4A04
Text Example
Text Example
White with #BD4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A04; }
p { color: rgb(189,74,4); }
H1.HeaderClassName
{
color: #BD4A04;
}
.AnyTagClassName
{
color: #BD4A04;
}
</style>
background-color css
<style>
a { background-color: #BD4A04; }
a { background-color: rgb(189,74,4); }
div.DivClassName
{
background-color: #BD4A04;
}
.BgClassName
{
background-color: #BD4A04;
}
</style>
border-color css
<style>
span { border-color: #BD4A04; }
span { border-color: rgb(189,74,4); }
td.TdClassName
{
border-color: #BD4A04;
}
.TagClassName
{
border-color: #BD4A04;
}
</style>