Shades of Rust #BD3E1A
Tints of Rust #BD3E1A
RGB
CMYK
RGB Variations
Color information
#BD3E1A (or 0xBD3E1A) is known color: Rust. HEX triplet: BD, 3E and 1A. RGB value is (189,62,26). Sum of RGB (Red+Green+Blue) = 189+62+26=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E1A is #42C1E5. Grayscale: #606060. Windows color (decimal): -4375014 or 1719997. OLE color: 1719997.
HSL color Cylindrical-coordinate representation of color #BD3E1A: hue angle of 13.25º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD3E1A is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 26 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.26 |
| HSL | 13.25º | 0.76% | 0.42% | - |
| HSV(B) | 13.25º | 0.86% | 0.74% | - |
| XYZ | 22.9 | 14.34 | 2.54 | - |
| YUV | 95.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 26 | 0 | 0.67 | 0.86 | 0.26 | 13.25 | 0.76 | 0.42 |
| Hex | BD | 3E | 1A | 0 | 43 | 56 | 1A | D | 4C | 2A |
| Octal | 275 | 76 | 32 | 0 | 103 | 126 | 32 | 15 | 114 | 52 |
| Binary | 10111101 | 111110 | 11010 | 0 | 1000011 | 1010110 | 11010 | 1101 | 1001100 | 101010 |
Color Harmonies of #BD3E1A
Complementary color
Monochromatic Colors of #BD3E1A
Black with #BD3E1A
Text Example
Text Example
White with #BD3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E1A; }
p { color: rgb(189,62,26); }
H1.HeaderClassName
{
color: #BD3E1A;
}
.AnyTagClassName
{
color: #BD3E1A;
}
</style>
background-color css
<style>
a { background-color: #BD3E1A; }
a { background-color: rgb(189,62,26); }
div.DivClassName
{
background-color: #BD3E1A;
}
.BgClassName
{
background-color: #BD3E1A;
}
</style>
border-color css
<style>
span { border-color: #BD3E1A; }
span { border-color: rgb(189,62,26); }
td.TdClassName
{
border-color: #BD3E1A;
}
.TagClassName
{
border-color: #BD3E1A;
}
</style>