Shades of Rust #B3471A
Tints of Rust #B3471A
RGB
CMYK
RGB Variations
Color information
#B3471A (or 0xB3471A) is known color: Rust. HEX triplet: B3, 47 and 1A. RGB value is (179,71,26). Sum of RGB (Red+Green+Blue) = 179+71+26=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3471A is #4CB8E5. Grayscale: #626262. Windows color (decimal): -5028070 or 1722291. OLE color: 1722291.
HSL color Cylindrical-coordinate representation of color #B3471A: hue angle of 17.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3471A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 26 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.30 |
| HSL | 17.65º | 0.75% | 0.4% | - |
| HSV(B) | 17.65º | 0.85% | 0.7% | - |
| XYZ | 21.03 | 14.16 | 2.6 | - |
| YUV | 98.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 26 | 0 | 0.60 | 0.85 | 0.30 | 17.65 | 0.75 | 0.4 |
| Hex | B3 | 47 | 1A | 0 | 3C | 55 | 1E | 12 | 4B | 28 |
| Octal | 263 | 107 | 32 | 0 | 74 | 125 | 36 | 22 | 113 | 50 |
| Binary | 10110011 | 1000111 | 11010 | 0 | 111100 | 1010101 | 11110 | 10010 | 1001011 | 101000 |
Color Harmonies of #B3471A
Complementary color
Monochromatic Colors of #B3471A
Black with #B3471A
Text Example
Text Example
White with #B3471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3471A; }
p { color: rgb(179,71,26); }
H1.HeaderClassName
{
color: #B3471A;
}
.AnyTagClassName
{
color: #B3471A;
}
</style>
background-color css
<style>
a { background-color: #B3471A; }
a { background-color: rgb(179,71,26); }
div.DivClassName
{
background-color: #B3471A;
}
.BgClassName
{
background-color: #B3471A;
}
</style>
border-color css
<style>
span { border-color: #B3471A; }
span { border-color: rgb(179,71,26); }
td.TdClassName
{
border-color: #B3471A;
}
.TagClassName
{
border-color: #B3471A;
}
</style>