Shades of Rust #B3481C
Tints of Rust #B3481C
RGB
CMYK
RGB Variations
Color information
#B3481C (or 0xB3481C) is known color: Rust. HEX triplet: B3, 48 and 1C. RGB value is (179,72,28). Sum of RGB (Red+Green+Blue) = 179+72+28=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3481C is #4CB7E3. Grayscale: #636363. Windows color (decimal): -5027812 or 1853619. OLE color: 1853619.
HSL color Cylindrical-coordinate representation of color #B3481C: hue angle of 17.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3481C is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 28 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.30 |
| HSL | 17.48º | 0.73% | 0.41% | - |
| HSV(B) | 17.48º | 0.84% | 0.7% | - |
| XYZ | 21.12 | 14.3 | 2.75 | - |
| YUV | 98.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 28 | 0 | 0.60 | 0.84 | 0.30 | 17.48 | 0.73 | 0.41 |
| Hex | B3 | 48 | 1C | 0 | 3C | 54 | 1E | 11 | 49 | 29 |
| Octal | 263 | 110 | 34 | 0 | 74 | 124 | 36 | 21 | 111 | 51 |
| Binary | 10110011 | 1001000 | 11100 | 0 | 111100 | 1010100 | 11110 | 10001 | 1001001 | 101001 |
Color Harmonies of #B3481C
Complementary color
Monochromatic Colors of #B3481C
Black with #B3481C
Text Example
Text Example
White with #B3481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3481C; }
p { color: rgb(179,72,28); }
H1.HeaderClassName
{
color: #B3481C;
}
.AnyTagClassName
{
color: #B3481C;
}
</style>
background-color css
<style>
a { background-color: #B3481C; }
a { background-color: rgb(179,72,28); }
div.DivClassName
{
background-color: #B3481C;
}
.BgClassName
{
background-color: #B3481C;
}
</style>
border-color css
<style>
span { border-color: #B3481C; }
span { border-color: rgb(179,72,28); }
td.TdClassName
{
border-color: #B3481C;
}
.TagClassName
{
border-color: #B3481C;
}
</style>