Shades of Rust #BD451A
Tints of Rust #BD451A
RGB
CMYK
RGB Variations
Color information
#BD451A (or 0xBD451A) is known color: Rust. HEX triplet: BD, 45 and 1A. RGB value is (189,69,26). Sum of RGB (Red+Green+Blue) = 189+69+26=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD451A is #42BAE5. Grayscale: #646464. Windows color (decimal): -4373222 or 1721789. OLE color: 1721789.
HSL color Cylindrical-coordinate representation of color #BD451A: hue angle of 15.83º 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 #BD451A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 26 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.26 |
| HSL | 15.83º | 0.76% | 0.42% | - |
| HSV(B) | 15.83º | 0.86% | 0.74% | - |
| XYZ | 23.3 | 15.15 | 2.67 | - |
| YUV | 99.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 26 | 0 | 0.63 | 0.86 | 0.26 | 15.83 | 0.76 | 0.42 |
| Hex | BD | 45 | 1A | 0 | 3F | 56 | 1A | 10 | 4C | 2A |
| Octal | 275 | 105 | 32 | 0 | 77 | 126 | 32 | 20 | 114 | 52 |
| Binary | 10111101 | 1000101 | 11010 | 0 | 111111 | 1010110 | 11010 | 10000 | 1001100 | 101010 |
Color Harmonies of #BD451A
Complementary color
Monochromatic Colors of #BD451A
Black with #BD451A
Text Example
Text Example
White with #BD451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD451A; }
p { color: rgb(189,69,26); }
H1.HeaderClassName
{
color: #BD451A;
}
.AnyTagClassName
{
color: #BD451A;
}
</style>
background-color css
<style>
a { background-color: #BD451A; }
a { background-color: rgb(189,69,26); }
div.DivClassName
{
background-color: #BD451A;
}
.BgClassName
{
background-color: #BD451A;
}
</style>
border-color css
<style>
span { border-color: #BD451A; }
span { border-color: rgb(189,69,26); }
td.TdClassName
{
border-color: #BD451A;
}
.TagClassName
{
border-color: #BD451A;
}
</style>