Shades of Rust #B9451D
Tints of Rust #B9451D
RGB
CMYK
RGB Variations
Color information
#B9451D (or 0xB9451D) is known color: Rust. HEX triplet: B9, 45 and 1D. RGB value is (185,69,29). Sum of RGB (Red+Green+Blue) = 185+69+29=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9451D is #46BAE2. Grayscale: #636363. Windows color (decimal): -4635363 or 1918393. OLE color: 1918393.
HSL color Cylindrical-coordinate representation of color #B9451D: hue angle of 15.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9451D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 29 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.27 |
| HSL | 15.38º | 0.73% | 0.42% | - |
| HSV(B) | 15.38º | 0.84% | 0.73% | - |
| XYZ | 22.36 | 14.66 | 2.81 | - |
| YUV | 99.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 29 | 0 | 0.63 | 0.84 | 0.27 | 15.38 | 0.73 | 0.42 |
| Hex | B9 | 45 | 1D | 0 | 3F | 54 | 1B | F | 49 | 2A |
| Octal | 271 | 105 | 35 | 0 | 77 | 124 | 33 | 17 | 111 | 52 |
| Binary | 10111001 | 1000101 | 11101 | 0 | 111111 | 1010100 | 11011 | 1111 | 1001001 | 101010 |
Color Harmonies of #B9451D
Complementary color
Monochromatic Colors of #B9451D
Black with #B9451D
Text Example
Text Example
White with #B9451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9451D; }
p { color: rgb(185,69,29); }
H1.HeaderClassName
{
color: #B9451D;
}
.AnyTagClassName
{
color: #B9451D;
}
</style>
background-color css
<style>
a { background-color: #B9451D; }
a { background-color: rgb(185,69,29); }
div.DivClassName
{
background-color: #B9451D;
}
.BgClassName
{
background-color: #B9451D;
}
</style>
border-color css
<style>
span { border-color: #B9451D; }
span { border-color: rgb(185,69,29); }
td.TdClassName
{
border-color: #B9451D;
}
.TagClassName
{
border-color: #B9451D;
}
</style>