Shades of Rust #BD3702
Tints of Rust #BD3702
RGB
CMYK
RGB Variations
Color information
#BD3702 (or 0xBD3702) is known color: Rust. HEX triplet: BD, 37 and 02. RGB value is (189,55,2). Sum of RGB (Red+Green+Blue) = 189+55+2=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3702 is #42C8FD. Grayscale: #595959. Windows color (decimal): -4376830 or 145341. OLE color: 145341.
HSL color Cylindrical-coordinate representation of color #BD3702: hue angle of 17.01º 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 #BD3702 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.26 |
| HSL | 17.01º | 0.98% | 0.37% | - |
| HSV(B) | 17.01º | 0.99% | 0.74% | - |
| XYZ | 22.36 | 13.56 | 1.5 | - |
| YUV | 89.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 2 | 0 | 0.71 | 0.99 | 0.26 | 17.01 | 0.98 | 0.37 |
| Hex | BD | 37 | 2 | 0 | 47 | 63 | 1A | 11 | 62 | 25 |
| Octal | 275 | 67 | 2 | 0 | 107 | 143 | 32 | 21 | 142 | 45 |
| Binary | 10111101 | 110111 | 10 | 0 | 1000111 | 1100011 | 11010 | 10001 | 1100010 | 100101 |
Color Harmonies of #BD3702
Complementary color
Monochromatic Colors of #BD3702
Black with #BD3702
Text Example
Text Example
White with #BD3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3702; }
p { color: rgb(189,55,2); }
H1.HeaderClassName
{
color: #BD3702;
}
.AnyTagClassName
{
color: #BD3702;
}
</style>
background-color css
<style>
a { background-color: #BD3702; }
a { background-color: rgb(189,55,2); }
div.DivClassName
{
background-color: #BD3702;
}
.BgClassName
{
background-color: #BD3702;
}
</style>
border-color css
<style>
span { border-color: #BD3702; }
span { border-color: rgb(189,55,2); }
td.TdClassName
{
border-color: #BD3702;
}
.TagClassName
{
border-color: #BD3702;
}
</style>