Shades of Rust #B7431A
Tints of Rust #B7431A
RGB
CMYK
RGB Variations
Color information
#B7431A (or 0xB7431A) is known color: Rust. HEX triplet: B7, 43 and 1A. RGB value is (183,67,26). Sum of RGB (Red+Green+Blue) = 183+67+26=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7431A is #48BCE5. Grayscale: #616161. Windows color (decimal): -4766950 or 1721271. OLE color: 1721271.
HSL color Cylindrical-coordinate representation of color #B7431A: hue angle of 15.67º 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 #B7431A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 26 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.28 |
| HSL | 15.67º | 0.75% | 0.41% | - |
| HSV(B) | 15.67º | 0.86% | 0.72% | - |
| XYZ | 21.72 | 14.16 | 2.56 | - |
| YUV | 97.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 26 | 0 | 0.63 | 0.86 | 0.28 | 15.67 | 0.75 | 0.41 |
| Hex | B7 | 43 | 1A | 0 | 3F | 56 | 1C | 10 | 4B | 29 |
| Octal | 267 | 103 | 32 | 0 | 77 | 126 | 34 | 20 | 113 | 51 |
| Binary | 10110111 | 1000011 | 11010 | 0 | 111111 | 1010110 | 11100 | 10000 | 1001011 | 101001 |
Color Harmonies of #B7431A
Complementary color
Monochromatic Colors of #B7431A
Black with #B7431A
Text Example
Text Example
White with #B7431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7431A; }
p { color: rgb(183,67,26); }
H1.HeaderClassName
{
color: #B7431A;
}
.AnyTagClassName
{
color: #B7431A;
}
</style>
background-color css
<style>
a { background-color: #B7431A; }
a { background-color: rgb(183,67,26); }
div.DivClassName
{
background-color: #B7431A;
}
.BgClassName
{
background-color: #B7431A;
}
</style>
border-color css
<style>
span { border-color: #B7431A; }
span { border-color: rgb(183,67,26); }
td.TdClassName
{
border-color: #B7431A;
}
.TagClassName
{
border-color: #B7431A;
}
</style>