Shades of Rust #B0451D
Tints of Rust #B0451D
RGB
CMYK
RGB Variations
Color information
#B0451D (or 0xB0451D) is known color: Rust. HEX triplet: B0, 45 and 1D. RGB value is (176,69,29). Sum of RGB (Red+Green+Blue) = 176+69+29=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0451D is #4FBAE2. Grayscale: #606060. Windows color (decimal): -5225187 or 1918384. OLE color: 1918384.
HSL color Cylindrical-coordinate representation of color #B0451D: hue angle of 16.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0451D is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 29 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.31 |
| HSL | 16.33º | 0.72% | 0.4% | - |
| HSV(B) | 16.33º | 0.84% | 0.69% | - |
| XYZ | 20.25 | 13.58 | 2.72 | - |
| YUV | 96.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 29 | 0 | 0.61 | 0.84 | 0.31 | 16.33 | 0.72 | 0.4 |
| Hex | B0 | 45 | 1D | 0 | 3D | 54 | 1F | 10 | 48 | 28 |
| Octal | 260 | 105 | 35 | 0 | 75 | 124 | 37 | 20 | 110 | 50 |
| Binary | 10110000 | 1000101 | 11101 | 0 | 111101 | 1010100 | 11111 | 10000 | 1001000 | 101000 |
Color Harmonies of #B0451D
Complementary color
Monochromatic Colors of #B0451D
Black with #B0451D
Text Example
Text Example
White with #B0451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0451D; }
p { color: rgb(176,69,29); }
H1.HeaderClassName
{
color: #B0451D;
}
.AnyTagClassName
{
color: #B0451D;
}
</style>
background-color css
<style>
a { background-color: #B0451D; }
a { background-color: rgb(176,69,29); }
div.DivClassName
{
background-color: #B0451D;
}
.BgClassName
{
background-color: #B0451D;
}
</style>
border-color css
<style>
span { border-color: #B0451D; }
span { border-color: rgb(176,69,29); }
td.TdClassName
{
border-color: #B0451D;
}
.TagClassName
{
border-color: #B0451D;
}
</style>