Shades of Rust #BD4A0A
Tints of Rust #BD4A0A
RGB
CMYK
RGB Variations
Color information
#BD4A0A (or 0xBD4A0A) is known color: Rust. HEX triplet: BD, 4A and 0A. RGB value is (189,74,10). Sum of RGB (Red+Green+Blue) = 189+74+10=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A0A is #42B5F5. Grayscale: #656565. Windows color (decimal): -4371958 or 674493. OLE color: 674493.
HSL color Cylindrical-coordinate representation of color #BD4A0A: hue angle of 21.45º degrees, saturation: 0.9, 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 #BD4A0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.26 |
| HSL | 21.45º | 0.9% | 0.39% | - |
| HSV(B) | 21.45º | 0.95% | 0.74% | - |
| XYZ | 23.49 | 15.74 | 2.09 | - |
| YUV | 101.09 | 76.6 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 10 | 0 | 0.61 | 0.95 | 0.26 | 21.45 | 0.9 | 0.39 |
| Hex | BD | 4A | A | 0 | 3D | 5F | 1A | 15 | 5A | 27 |
| Octal | 275 | 112 | 12 | 0 | 75 | 137 | 32 | 25 | 132 | 47 |
| Binary | 10111101 | 1001010 | 1010 | 0 | 111101 | 1011111 | 11010 | 10101 | 1011010 | 100111 |
Color Harmonies of #BD4A0A
Complementary color
Monochromatic Colors of #BD4A0A
Black with #BD4A0A
Text Example
Text Example
White with #BD4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A0A; }
p { color: rgb(189,74,10); }
H1.HeaderClassName
{
color: #BD4A0A;
}
.AnyTagClassName
{
color: #BD4A0A;
}
</style>
background-color css
<style>
a { background-color: #BD4A0A; }
a { background-color: rgb(189,74,10); }
div.DivClassName
{
background-color: #BD4A0A;
}
.BgClassName
{
background-color: #BD4A0A;
}
</style>
border-color css
<style>
span { border-color: #BD4A0A; }
span { border-color: rgb(189,74,10); }
td.TdClassName
{
border-color: #BD4A0A;
}
.TagClassName
{
border-color: #BD4A0A;
}
</style>