Shades of Rust #BD4202
Tints of Rust #BD4202
RGB
CMYK
RGB Variations
Color information
#BD4202 (or 0xBD4202) is known color: Rust. HEX triplet: BD, 42 and 02. RGB value is (189,66,2). Sum of RGB (Red+Green+Blue) = 189+66+2=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4202 is #42BDFD. Grayscale: #5F5F5F. Windows color (decimal): -4374014 or 148157. OLE color: 148157.
HSL color Cylindrical-coordinate representation of color #BD4202: hue angle of 20.53º 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 #BD4202 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.26 |
| HSL | 20.53º | 0.98% | 0.37% | - |
| HSV(B) | 20.53º | 0.99% | 0.74% | - |
| XYZ | 22.95 | 14.72 | 1.69 | - |
| YUV | 95.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 2 | 0 | 0.65 | 0.99 | 0.26 | 20.53 | 0.98 | 0.37 |
| Hex | BD | 42 | 2 | 0 | 41 | 63 | 1A | 15 | 62 | 25 |
| Octal | 275 | 102 | 2 | 0 | 101 | 143 | 32 | 25 | 142 | 45 |
| Binary | 10111101 | 1000010 | 10 | 0 | 1000001 | 1100011 | 11010 | 10101 | 1100010 | 100101 |
Color Harmonies of #BD4202
Complementary color
Monochromatic Colors of #BD4202
Black with #BD4202
Text Example
Text Example
White with #BD4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4202; }
p { color: rgb(189,66,2); }
H1.HeaderClassName
{
color: #BD4202;
}
.AnyTagClassName
{
color: #BD4202;
}
</style>
background-color css
<style>
a { background-color: #BD4202; }
a { background-color: rgb(189,66,2); }
div.DivClassName
{
background-color: #BD4202;
}
.BgClassName
{
background-color: #BD4202;
}
</style>
border-color css
<style>
span { border-color: #BD4202; }
span { border-color: rgb(189,66,2); }
td.TdClassName
{
border-color: #BD4202;
}
.TagClassName
{
border-color: #BD4202;
}
</style>