Shades of Rust #BD4B02
Tints of Rust #BD4B02
RGB
CMYK
RGB Variations
Color information
#BD4B02 (or 0xBD4B02) is known color: Rust. HEX triplet: BD, 4B and 02. RGB value is (189,75,2). Sum of RGB (Red+Green+Blue) = 189+75+2=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B02 is #42B4FD. Grayscale: #656565. Windows color (decimal): -4371710 or 150461. OLE color: 150461.
HSL color Cylindrical-coordinate representation of color #BD4B02: hue angle of 23.42º 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 #BD4B02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.26 |
| HSL | 23.42º | 0.98% | 0.37% | - |
| HSV(B) | 23.42º | 0.99% | 0.74% | - |
| XYZ | 23.51 | 15.86 | 1.88 | - |
| YUV | 100.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 2 | 0 | 0.60 | 0.99 | 0.26 | 23.42 | 0.98 | 0.37 |
| Hex | BD | 4B | 2 | 0 | 3C | 63 | 1A | 17 | 62 | 25 |
| Octal | 275 | 113 | 2 | 0 | 74 | 143 | 32 | 27 | 142 | 45 |
| Binary | 10111101 | 1001011 | 10 | 0 | 111100 | 1100011 | 11010 | 10111 | 1100010 | 100101 |
Color Harmonies of #BD4B02
Complementary color
Monochromatic Colors of #BD4B02
Black with #BD4B02
Text Example
Text Example
White with #BD4B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B02; }
p { color: rgb(189,75,2); }
H1.HeaderClassName
{
color: #BD4B02;
}
.AnyTagClassName
{
color: #BD4B02;
}
</style>
background-color css
<style>
a { background-color: #BD4B02; }
a { background-color: rgb(189,75,2); }
div.DivClassName
{
background-color: #BD4B02;
}
.BgClassName
{
background-color: #BD4B02;
}
</style>
border-color css
<style>
span { border-color: #BD4B02; }
span { border-color: rgb(189,75,2); }
td.TdClassName
{
border-color: #BD4B02;
}
.TagClassName
{
border-color: #BD4B02;
}
</style>