Shades of Rust #BD3102
Tints of Rust #BD3102
RGB
CMYK
RGB Variations
Color information
#BD3102 (or 0xBD3102) is known color: Rust. HEX triplet: BD, 31 and 02. RGB value is (189,49,2). Sum of RGB (Red+Green+Blue) = 189+49+2=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3102 is #42CEFD. Grayscale: #555555. Windows color (decimal): -4378366 or 143805. OLE color: 143805.
HSL color Cylindrical-coordinate representation of color #BD3102: hue angle of 15.08º 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 #BD3102 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.26 |
| HSL | 15.08º | 0.98% | 0.37% | - |
| HSV(B) | 15.08º | 0.99% | 0.74% | - |
| XYZ | 22.1 | 13.02 | 1.41 | - |
| YUV | 85.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 2 | 0 | 0.74 | 0.99 | 0.26 | 15.08 | 0.98 | 0.37 |
| Hex | BD | 31 | 2 | 0 | 4A | 63 | 1A | F | 62 | 25 |
| Octal | 275 | 61 | 2 | 0 | 112 | 143 | 32 | 17 | 142 | 45 |
| Binary | 10111101 | 110001 | 10 | 0 | 1001010 | 1100011 | 11010 | 1111 | 1100010 | 100101 |
Color Harmonies of #BD3102
Complementary color
Monochromatic Colors of #BD3102
Black with #BD3102
Text Example
Text Example
White with #BD3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3102; }
p { color: rgb(189,49,2); }
H1.HeaderClassName
{
color: #BD3102;
}
.AnyTagClassName
{
color: #BD3102;
}
</style>
background-color css
<style>
a { background-color: #BD3102; }
a { background-color: rgb(189,49,2); }
div.DivClassName
{
background-color: #BD3102;
}
.BgClassName
{
background-color: #BD3102;
}
</style>
border-color css
<style>
span { border-color: #BD3102; }
span { border-color: rgb(189,49,2); }
td.TdClassName
{
border-color: #BD3102;
}
.TagClassName
{
border-color: #BD3102;
}
</style>