Shades of Rust #B9451A
Tints of Rust #B9451A
RGB
CMYK
RGB Variations
Color information
#B9451A (or 0xB9451A) is known color: Rust. HEX triplet: B9, 45 and 1A. RGB value is (185,69,26). Sum of RGB (Red+Green+Blue) = 185+69+26=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9451A is #46BAE5. Grayscale: #636363. Windows color (decimal): -4635366 or 1721785. OLE color: 1721785.
HSL color Cylindrical-coordinate representation of color #B9451A: hue angle of 16.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9451A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 26 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.27 |
| HSL | 16.23º | 0.75% | 0.41% | - |
| HSV(B) | 16.23º | 0.86% | 0.73% | - |
| XYZ | 22.32 | 14.65 | 2.63 | - |
| YUV | 98.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 26 | 0 | 0.63 | 0.86 | 0.27 | 16.23 | 0.75 | 0.41 |
| Hex | B9 | 45 | 1A | 0 | 3F | 56 | 1B | 10 | 4B | 29 |
| Octal | 271 | 105 | 32 | 0 | 77 | 126 | 33 | 20 | 113 | 51 |
| Binary | 10111001 | 1000101 | 11010 | 0 | 111111 | 1010110 | 11011 | 10000 | 1001011 | 101001 |
Color Harmonies of #B9451A
Complementary color
Monochromatic Colors of #B9451A
Black with #B9451A
Text Example
Text Example
White with #B9451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9451A; }
p { color: rgb(185,69,26); }
H1.HeaderClassName
{
color: #B9451A;
}
.AnyTagClassName
{
color: #B9451A;
}
</style>
background-color css
<style>
a { background-color: #B9451A; }
a { background-color: rgb(185,69,26); }
div.DivClassName
{
background-color: #B9451A;
}
.BgClassName
{
background-color: #B9451A;
}
</style>
border-color css
<style>
span { border-color: #B9451A; }
span { border-color: rgb(185,69,26); }
td.TdClassName
{
border-color: #B9451A;
}
.TagClassName
{
border-color: #B9451A;
}
</style>