Shades of Rust #B73E1E
Tints of Rust #B73E1E
RGB
CMYK
RGB Variations
Color information
#B73E1E (or 0xB73E1E) is known color: Rust. HEX triplet: B7, 3E and 1E. RGB value is (183,62,30). Sum of RGB (Red+Green+Blue) = 183+62+30=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E1E is #48C1E1. Grayscale: #5E5E5E. Windows color (decimal): -4768226 or 1982135. OLE color: 1982135.
HSL color Cylindrical-coordinate representation of color #B73E1E: hue angle of 12.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B73E1E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 30 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.28 |
| HSL | 12.55º | 0.72% | 0.42% | - |
| HSV(B) | 12.55º | 0.84% | 0.72% | - |
| XYZ | 21.49 | 13.61 | 2.72 | - |
| YUV | 94.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 30 | 0 | 0.66 | 0.84 | 0.28 | 12.55 | 0.72 | 0.42 |
| Hex | B7 | 3E | 1E | 0 | 42 | 54 | 1C | D | 48 | 2A |
| Octal | 267 | 76 | 36 | 0 | 102 | 124 | 34 | 15 | 110 | 52 |
| Binary | 10110111 | 111110 | 11110 | 0 | 1000010 | 1010100 | 11100 | 1101 | 1001000 | 101010 |
Color Harmonies of #B73E1E
Complementary color
Monochromatic Colors of #B73E1E
Black with #B73E1E
Text Example
Text Example
White with #B73E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E1E; }
p { color: rgb(183,62,30); }
H1.HeaderClassName
{
color: #B73E1E;
}
.AnyTagClassName
{
color: #B73E1E;
}
</style>
background-color css
<style>
a { background-color: #B73E1E; }
a { background-color: rgb(183,62,30); }
div.DivClassName
{
background-color: #B73E1E;
}
.BgClassName
{
background-color: #B73E1E;
}
</style>
border-color css
<style>
span { border-color: #B73E1E; }
span { border-color: rgb(183,62,30); }
td.TdClassName
{
border-color: #B73E1E;
}
.TagClassName
{
border-color: #B73E1E;
}
</style>