Shades of Rust #B7481A
Tints of Rust #B7481A
RGB
CMYK
RGB Variations
Color information
#B7481A (or 0xB7481A) is known color: Rust. HEX triplet: B7, 48 and 1A. RGB value is (183,72,26). Sum of RGB (Red+Green+Blue) = 183+72+26=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7481A is #48B7E5. Grayscale: #646464. Windows color (decimal): -4765670 or 1722551. OLE color: 1722551.
HSL color Cylindrical-coordinate representation of color #B7481A: hue angle of 17.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7481A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.28 |
| HSL | 17.58º | 0.75% | 0.41% | - |
| HSV(B) | 17.58º | 0.86% | 0.72% | - |
| XYZ | 22.03 | 14.78 | 2.67 | - |
| YUV | 99.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 26 | 0 | 0.61 | 0.86 | 0.28 | 17.58 | 0.75 | 0.41 |
| Hex | B7 | 48 | 1A | 0 | 3D | 56 | 1C | 12 | 4B | 29 |
| Octal | 267 | 110 | 32 | 0 | 75 | 126 | 34 | 22 | 113 | 51 |
| Binary | 10110111 | 1001000 | 11010 | 0 | 111101 | 1010110 | 11100 | 10010 | 1001011 | 101001 |
Color Harmonies of #B7481A
Complementary color
Monochromatic Colors of #B7481A
Black with #B7481A
Text Example
Text Example
White with #B7481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7481A; }
p { color: rgb(183,72,26); }
H1.HeaderClassName
{
color: #B7481A;
}
.AnyTagClassName
{
color: #B7481A;
}
</style>
background-color css
<style>
a { background-color: #B7481A; }
a { background-color: rgb(183,72,26); }
div.DivClassName
{
background-color: #B7481A;
}
.BgClassName
{
background-color: #B7481A;
}
</style>
border-color css
<style>
span { border-color: #B7481A; }
span { border-color: rgb(183,72,26); }
td.TdClassName
{
border-color: #B7481A;
}
.TagClassName
{
border-color: #B7481A;
}
</style>