Shades of Rust #BD3302
Tints of Rust #BD3302
RGB
CMYK
RGB Variations
Color information
#BD3302 (or 0xBD3302) is known color: Rust. HEX triplet: BD, 33 and 02. RGB value is (189,51,2). Sum of RGB (Red+Green+Blue) = 189+51+2=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3302 is #42CCFD. Grayscale: #575757. Windows color (decimal): -4377854 or 144317. OLE color: 144317.
HSL color Cylindrical-coordinate representation of color #BD3302: hue angle of 15.72º 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 #BD3302 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.26 |
| HSL | 15.72º | 0.98% | 0.37% | - |
| HSV(B) | 15.72º | 0.99% | 0.74% | - |
| XYZ | 22.18 | 13.19 | 1.43 | - |
| YUV | 86.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 2 | 0 | 0.73 | 0.99 | 0.26 | 15.72 | 0.98 | 0.37 |
| Hex | BD | 33 | 2 | 0 | 49 | 63 | 1A | 10 | 62 | 25 |
| Octal | 275 | 63 | 2 | 0 | 111 | 143 | 32 | 20 | 142 | 45 |
| Binary | 10111101 | 110011 | 10 | 0 | 1001001 | 1100011 | 11010 | 10000 | 1100010 | 100101 |
Color Harmonies of #BD3302
Complementary color
Monochromatic Colors of #BD3302
Black with #BD3302
Text Example
Text Example
White with #BD3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3302; }
p { color: rgb(189,51,2); }
H1.HeaderClassName
{
color: #BD3302;
}
.AnyTagClassName
{
color: #BD3302;
}
</style>
background-color css
<style>
a { background-color: #BD3302; }
a { background-color: rgb(189,51,2); }
div.DivClassName
{
background-color: #BD3302;
}
.BgClassName
{
background-color: #BD3302;
}
</style>
border-color css
<style>
span { border-color: #BD3302; }
span { border-color: rgb(189,51,2); }
td.TdClassName
{
border-color: #BD3302;
}
.TagClassName
{
border-color: #BD3302;
}
</style>