Shades of Rust #B03D1A
Tints of Rust #B03D1A
RGB
CMYK
RGB Variations
Color information
#B03D1A (or 0xB03D1A) is known color: Rust. HEX triplet: B0, 3D and 1A. RGB value is (176,61,26). Sum of RGB (Red+Green+Blue) = 176+61+26=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D1A is #4FC2E5. Grayscale: #5B5B5B. Windows color (decimal): -5227238 or 1719728. OLE color: 1719728.
HSL color Cylindrical-coordinate representation of color #B03D1A: hue angle of 14º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B03D1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 26 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.31 |
| HSL | 14º | 0.74% | 0.4% | - |
| HSV(B) | 14º | 0.85% | 0.69% | - |
| XYZ | 19.76 | 12.64 | 2.38 | - |
| YUV | 91.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 26 | 0 | 0.65 | 0.85 | 0.31 | 14 | 0.74 | 0.4 |
| Hex | B0 | 3D | 1A | 0 | 41 | 55 | 1F | E | 4A | 28 |
| Octal | 260 | 75 | 32 | 0 | 101 | 125 | 37 | 16 | 112 | 50 |
| Binary | 10110000 | 111101 | 11010 | 0 | 1000001 | 1010101 | 11111 | 1110 | 1001010 | 101000 |
Color Harmonies of #B03D1A
Complementary color
Monochromatic Colors of #B03D1A
Black with #B03D1A
Text Example
Text Example
White with #B03D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D1A; }
p { color: rgb(176,61,26); }
H1.HeaderClassName
{
color: #B03D1A;
}
.AnyTagClassName
{
color: #B03D1A;
}
</style>
background-color css
<style>
a { background-color: #B03D1A; }
a { background-color: rgb(176,61,26); }
div.DivClassName
{
background-color: #B03D1A;
}
.BgClassName
{
background-color: #B03D1A;
}
</style>
border-color css
<style>
span { border-color: #B03D1A; }
span { border-color: rgb(176,61,26); }
td.TdClassName
{
border-color: #B03D1A;
}
.TagClassName
{
border-color: #B03D1A;
}
</style>