Shades of Rust #BD3F1C
Tints of Rust #BD3F1C
RGB
CMYK
RGB Variations
Color information
#BD3F1C (or 0xBD3F1C) is known color: Rust. HEX triplet: BD, 3F and 1C. RGB value is (189,63,28). Sum of RGB (Red+Green+Blue) = 189+63+28=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F1C is #42C0E3. Grayscale: #606060. Windows color (decimal): -4374756 or 1851325. OLE color: 1851325.
HSL color Cylindrical-coordinate representation of color #BD3F1C: hue angle of 13.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD3F1C is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 28 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.26 |
| HSL | 13.04º | 0.74% | 0.43% | - |
| HSV(B) | 13.04º | 0.85% | 0.74% | - |
| XYZ | 22.97 | 14.46 | 2.68 | - |
| YUV | 96.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 28 | 0 | 0.67 | 0.85 | 0.26 | 13.04 | 0.74 | 0.43 |
| Hex | BD | 3F | 1C | 0 | 43 | 55 | 1A | D | 4A | 2B |
| Octal | 275 | 77 | 34 | 0 | 103 | 125 | 32 | 15 | 112 | 53 |
| Binary | 10111101 | 111111 | 11100 | 0 | 1000011 | 1010101 | 11010 | 1101 | 1001010 | 101011 |
Color Harmonies of #BD3F1C
Complementary color
Monochromatic Colors of #BD3F1C
Black with #BD3F1C
Text Example
Text Example
White with #BD3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F1C; }
p { color: rgb(189,63,28); }
H1.HeaderClassName
{
color: #BD3F1C;
}
.AnyTagClassName
{
color: #BD3F1C;
}
</style>
background-color css
<style>
a { background-color: #BD3F1C; }
a { background-color: rgb(189,63,28); }
div.DivClassName
{
background-color: #BD3F1C;
}
.BgClassName
{
background-color: #BD3F1C;
}
</style>
border-color css
<style>
span { border-color: #BD3F1C; }
span { border-color: rgb(189,63,28); }
td.TdClassName
{
border-color: #BD3F1C;
}
.TagClassName
{
border-color: #BD3F1C;
}
</style>