Shades of Rust #BD4A02
Tints of Rust #BD4A02
RGB
CMYK
RGB Variations
Color information
#BD4A02 (or 0xBD4A02) is known color: Rust. HEX triplet: BD, 4A and 02. RGB value is (189,74,2). Sum of RGB (Red+Green+Blue) = 189+74+2=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A02 is #42B5FD. Grayscale: #646464. Windows color (decimal): -4371966 or 150205. OLE color: 150205.
HSL color Cylindrical-coordinate representation of color #BD4A02: hue angle of 23.1º degrees, saturation: 0.98, 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 #BD4A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.26 |
| HSL | 23.1º | 0.98% | 0.37% | - |
| HSV(B) | 23.1º | 0.99% | 0.74% | - |
| XYZ | 23.45 | 15.72 | 1.86 | - |
| YUV | 100.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 2 | 0 | 0.61 | 0.99 | 0.26 | 23.1 | 0.98 | 0.37 |
| Hex | BD | 4A | 2 | 0 | 3D | 63 | 1A | 17 | 62 | 25 |
| Octal | 275 | 112 | 2 | 0 | 75 | 143 | 32 | 27 | 142 | 45 |
| Binary | 10111101 | 1001010 | 10 | 0 | 111101 | 1100011 | 11010 | 10111 | 1100010 | 100101 |
Color Harmonies of #BD4A02
Complementary color
Monochromatic Colors of #BD4A02
Black with #BD4A02
Text Example
Text Example
White with #BD4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A02; }
p { color: rgb(189,74,2); }
H1.HeaderClassName
{
color: #BD4A02;
}
.AnyTagClassName
{
color: #BD4A02;
}
</style>
background-color css
<style>
a { background-color: #BD4A02; }
a { background-color: rgb(189,74,2); }
div.DivClassName
{
background-color: #BD4A02;
}
.BgClassName
{
background-color: #BD4A02;
}
</style>
border-color css
<style>
span { border-color: #BD4A02; }
span { border-color: rgb(189,74,2); }
td.TdClassName
{
border-color: #BD4A02;
}
.TagClassName
{
border-color: #BD4A02;
}
</style>