Shades of Rust #B83702
Tints of Rust #B83702
RGB
CMYK
RGB Variations
Color information
#B83702 (or 0xB83702) is known color: Rust. HEX triplet: B8, 37 and 02. RGB value is (184,55,2). Sum of RGB (Red+Green+Blue) = 184+55+2=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B83702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83702 is #47C8FD. Grayscale: #575757. Windows color (decimal): -4704510 or 145336. OLE color: 145336.
HSL color Cylindrical-coordinate representation of color #B83702: hue angle of 17.47º 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 #B83702 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.28 |
| HSL | 17.47º | 0.98% | 0.36% | - |
| HSV(B) | 17.47º | 0.99% | 0.72% | - |
| XYZ | 21.14 | 12.93 | 1.44 | - |
| YUV | 87.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 2 | 0 | 0.70 | 0.99 | 0.28 | 17.47 | 0.98 | 0.36 |
| Hex | B8 | 37 | 2 | 0 | 46 | 63 | 1C | 11 | 62 | 24 |
| Octal | 270 | 67 | 2 | 0 | 106 | 143 | 34 | 21 | 142 | 44 |
| Binary | 10111000 | 110111 | 10 | 0 | 1000110 | 1100011 | 11100 | 10001 | 1100010 | 100100 |
Color Harmonies of #B83702
Complementary color
Monochromatic Colors of #B83702
Black with #B83702
Text Example
Text Example
White with #B83702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83702; }
p { color: rgb(184,55,2); }
H1.HeaderClassName
{
color: #B83702;
}
.AnyTagClassName
{
color: #B83702;
}
</style>
background-color css
<style>
a { background-color: #B83702; }
a { background-color: rgb(184,55,2); }
div.DivClassName
{
background-color: #B83702;
}
.BgClassName
{
background-color: #B83702;
}
</style>
border-color css
<style>
span { border-color: #B83702; }
span { border-color: rgb(184,55,2); }
td.TdClassName
{
border-color: #B83702;
}
.TagClassName
{
border-color: #B83702;
}
</style>