Shades of Rust #B2481A
Tints of Rust #B2481A
RGB
CMYK
RGB Variations
Color information
#B2481A (or 0xB2481A) is known color: Rust. HEX triplet: B2, 48 and 1A. RGB value is (178,72,26). Sum of RGB (Red+Green+Blue) = 178+72+26=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2481A is #4DB7E5. Grayscale: #626262. Windows color (decimal): -5093350 or 1722546. OLE color: 1722546.
HSL color Cylindrical-coordinate representation of color #B2481A: hue angle of 18.16º 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 #B2481A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 26 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.30 |
| HSL | 18.16º | 0.75% | 0.4% | - |
| HSV(B) | 18.16º | 0.85% | 0.7% | - |
| XYZ | 20.86 | 14.17 | 2.61 | - |
| YUV | 98.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 26 | 0 | 0.60 | 0.85 | 0.30 | 18.16 | 0.75 | 0.4 |
| Hex | B2 | 48 | 1A | 0 | 3C | 55 | 1E | 12 | 4B | 28 |
| Octal | 262 | 110 | 32 | 0 | 74 | 125 | 36 | 22 | 113 | 50 |
| Binary | 10110010 | 1001000 | 11010 | 0 | 111100 | 1010101 | 11110 | 10010 | 1001011 | 101000 |
Color Harmonies of #B2481A
Complementary color
Monochromatic Colors of #B2481A
Black with #B2481A
Text Example
Text Example
White with #B2481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2481A; }
p { color: rgb(178,72,26); }
H1.HeaderClassName
{
color: #B2481A;
}
.AnyTagClassName
{
color: #B2481A;
}
</style>
background-color css
<style>
a { background-color: #B2481A; }
a { background-color: rgb(178,72,26); }
div.DivClassName
{
background-color: #B2481A;
}
.BgClassName
{
background-color: #B2481A;
}
</style>
border-color css
<style>
span { border-color: #B2481A; }
span { border-color: rgb(178,72,26); }
td.TdClassName
{
border-color: #B2481A;
}
.TagClassName
{
border-color: #B2481A;
}
</style>