Shades of Rust #BD3204
Tints of Rust #BD3204
RGB
CMYK
RGB Variations
Color information
#BD3204 (or 0xBD3204) is known color: Rust. HEX triplet: BD, 32 and 04. RGB value is (189,50,4). Sum of RGB (Red+Green+Blue) = 189+50+4=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3204 is #42CDFB. Grayscale: #565656. Windows color (decimal): -4378108 or 275133. OLE color: 275133.
HSL color Cylindrical-coordinate representation of color #BD3204: hue angle of 14.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3204 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.26 |
| HSL | 14.92º | 0.96% | 0.38% | - |
| HSV(B) | 14.92º | 0.98% | 0.74% | - |
| XYZ | 22.15 | 13.11 | 1.48 | - |
| YUV | 86.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 4 | 0 | 0.74 | 0.98 | 0.26 | 14.92 | 0.96 | 0.38 |
| Hex | BD | 32 | 4 | 0 | 4A | 62 | 1A | F | 60 | 26 |
| Octal | 275 | 62 | 4 | 0 | 112 | 142 | 32 | 17 | 140 | 46 |
| Binary | 10111101 | 110010 | 100 | 0 | 1001010 | 1100010 | 11010 | 1111 | 1100000 | 100110 |
Color Harmonies of #BD3204
Complementary color
Monochromatic Colors of #BD3204
Black with #BD3204
Text Example
Text Example
White with #BD3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3204; }
p { color: rgb(189,50,4); }
H1.HeaderClassName
{
color: #BD3204;
}
.AnyTagClassName
{
color: #BD3204;
}
</style>
background-color css
<style>
a { background-color: #BD3204; }
a { background-color: rgb(189,50,4); }
div.DivClassName
{
background-color: #BD3204;
}
.BgClassName
{
background-color: #BD3204;
}
</style>
border-color css
<style>
span { border-color: #BD3204; }
span { border-color: rgb(189,50,4); }
td.TdClassName
{
border-color: #BD3204;
}
.TagClassName
{
border-color: #BD3204;
}
</style>