Shades of Rust #B73902
Tints of Rust #B73902
RGB
CMYK
RGB Variations
Color information
#B73902 (or 0xB73902) is known color: Rust. HEX triplet: B7, 39 and 02. RGB value is (183,57,2). Sum of RGB (Red+Green+Blue) = 183+57+2=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B73902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73902 is #48C6FD. Grayscale: #585858. Windows color (decimal): -4769534 or 145847. OLE color: 145847.
HSL color Cylindrical-coordinate representation of color #B73902: hue angle of 18.23º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B73902 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.28 |
| HSL | 18.23º | 0.98% | 0.36% | - |
| HSV(B) | 18.23º | 0.99% | 0.72% | - |
| XYZ | 21 | 13 | 1.46 | - |
| YUV | 88.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 2 | 0 | 0.69 | 0.99 | 0.28 | 18.23 | 0.98 | 0.36 |
| Hex | B7 | 39 | 2 | 0 | 45 | 63 | 1C | 12 | 62 | 24 |
| Octal | 267 | 71 | 2 | 0 | 105 | 143 | 34 | 22 | 142 | 44 |
| Binary | 10110111 | 111001 | 10 | 0 | 1000101 | 1100011 | 11100 | 10010 | 1100010 | 100100 |
Color Harmonies of #B73902
Complementary color
Monochromatic Colors of #B73902
Black with #B73902
Text Example
Text Example
White with #B73902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73902; }
p { color: rgb(183,57,2); }
H1.HeaderClassName
{
color: #B73902;
}
.AnyTagClassName
{
color: #B73902;
}
</style>
background-color css
<style>
a { background-color: #B73902; }
a { background-color: rgb(183,57,2); }
div.DivClassName
{
background-color: #B73902;
}
.BgClassName
{
background-color: #B73902;
}
</style>
border-color css
<style>
span { border-color: #B73902; }
span { border-color: rgb(183,57,2); }
td.TdClassName
{
border-color: #B73902;
}
.TagClassName
{
border-color: #B73902;
}
</style>