Shades of Rust #BD3402
Tints of Rust #BD3402
RGB
CMYK
RGB Variations
Color information
#BD3402 (or 0xBD3402) is known color: Rust. HEX triplet: BD, 34 and 02. RGB value is (189,52,2). Sum of RGB (Red+Green+Blue) = 189+52+2=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3402 is #42CBFD. Grayscale: #575757. Windows color (decimal): -4377598 or 144573. OLE color: 144573.
HSL color Cylindrical-coordinate representation of color #BD3402: hue angle of 16.04º 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 #BD3402 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.26 |
| HSL | 16.04º | 0.98% | 0.37% | - |
| HSV(B) | 16.04º | 0.99% | 0.74% | - |
| XYZ | 22.23 | 13.28 | 1.45 | - |
| YUV | 87.26 | 79.89 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 2 | 0 | 0.72 | 0.99 | 0.26 | 16.04 | 0.98 | 0.37 |
| Hex | BD | 34 | 2 | 0 | 48 | 63 | 1A | 10 | 62 | 25 |
| Octal | 275 | 64 | 2 | 0 | 110 | 143 | 32 | 20 | 142 | 45 |
| Binary | 10111101 | 110100 | 10 | 0 | 1001000 | 1100011 | 11010 | 10000 | 1100010 | 100101 |
Color Harmonies of #BD3402
Complementary color
Monochromatic Colors of #BD3402
Black with #BD3402
Text Example
Text Example
White with #BD3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3402; }
p { color: rgb(189,52,2); }
H1.HeaderClassName
{
color: #BD3402;
}
.AnyTagClassName
{
color: #BD3402;
}
</style>
background-color css
<style>
a { background-color: #BD3402; }
a { background-color: rgb(189,52,2); }
div.DivClassName
{
background-color: #BD3402;
}
.BgClassName
{
background-color: #BD3402;
}
</style>
border-color css
<style>
span { border-color: #BD3402; }
span { border-color: rgb(189,52,2); }
td.TdClassName
{
border-color: #BD3402;
}
.TagClassName
{
border-color: #BD3402;
}
</style>