Shades of Rust #B74A0B
Tints of Rust #B74A0B
RGB
CMYK
RGB Variations
Color information
#B74A0B (or 0xB74A0B) is known color: Rust. HEX triplet: B7, 4A and 0B. RGB value is (183,74,11). Sum of RGB (Red+Green+Blue) = 183+74+11=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A0B is #48B5F4. Grayscale: #636363. Windows color (decimal): -4765173 or 740023. OLE color: 740023.
HSL color Cylindrical-coordinate representation of color #B74A0B: hue angle of 21.98º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B74A0B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.28 |
| HSL | 21.98º | 0.89% | 0.38% | - |
| HSV(B) | 21.98º | 0.94% | 0.72% | - |
| XYZ | 22.04 | 14.99 | 2.05 | - |
| YUV | 99.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 11 | 0 | 0.60 | 0.94 | 0.28 | 21.98 | 0.89 | 0.38 |
| Hex | B7 | 4A | B | 0 | 3C | 5E | 1C | 16 | 59 | 26 |
| Octal | 267 | 112 | 13 | 0 | 74 | 136 | 34 | 26 | 131 | 46 |
| Binary | 10110111 | 1001010 | 1011 | 0 | 111100 | 1011110 | 11100 | 10110 | 1011001 | 100110 |
Color Harmonies of #B74A0B
Complementary color
Monochromatic Colors of #B74A0B
Black with #B74A0B
Text Example
Text Example
White with #B74A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A0B; }
p { color: rgb(183,74,11); }
H1.HeaderClassName
{
color: #B74A0B;
}
.AnyTagClassName
{
color: #B74A0B;
}
</style>
background-color css
<style>
a { background-color: #B74A0B; }
a { background-color: rgb(183,74,11); }
div.DivClassName
{
background-color: #B74A0B;
}
.BgClassName
{
background-color: #B74A0B;
}
</style>
border-color css
<style>
span { border-color: #B74A0B; }
span { border-color: rgb(183,74,11); }
td.TdClassName
{
border-color: #B74A0B;
}
.TagClassName
{
border-color: #B74A0B;
}
</style>