Shades of Rust #B45002
Tints of Rust #B45002
RGB
CMYK
RGB Variations
Color information
#B45002 (or 0xB45002) is known color: Rust. HEX triplet: B4, 50 and 02. RGB value is (180,80,2). Sum of RGB (Red+Green+Blue) = 180+80+2=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B45002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45002 is #4BAFFD. Grayscale: #656565. Windows color (decimal): -4960254 or 151732. OLE color: 151732.
HSL color Cylindrical-coordinate representation of color #B45002: hue angle of 26.29º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B45002 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.29 |
| HSL | 26.29º | 0.98% | 0.36% | - |
| HSV(B) | 26.29º | 0.99% | 0.71% | - |
| XYZ | 21.7 | 15.45 | 1.89 | - |
| YUV | 101.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 2 | 0 | 0.56 | 0.99 | 0.29 | 26.29 | 0.98 | 0.36 |
| Hex | B4 | 50 | 2 | 0 | 38 | 63 | 1D | 1A | 62 | 24 |
| Octal | 264 | 120 | 2 | 0 | 70 | 143 | 35 | 32 | 142 | 44 |
| Binary | 10110100 | 1010000 | 10 | 0 | 111000 | 1100011 | 11101 | 11010 | 1100010 | 100100 |
Color Harmonies of #B45002
Complementary color
Monochromatic Colors of #B45002
Black with #B45002
Text Example
Text Example
White with #B45002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45002; }
p { color: rgb(180,80,2); }
H1.HeaderClassName
{
color: #B45002;
}
.AnyTagClassName
{
color: #B45002;
}
</style>
background-color css
<style>
a { background-color: #B45002; }
a { background-color: rgb(180,80,2); }
div.DivClassName
{
background-color: #B45002;
}
.BgClassName
{
background-color: #B45002;
}
</style>
border-color css
<style>
span { border-color: #B45002; }
span { border-color: rgb(180,80,2); }
td.TdClassName
{
border-color: #B45002;
}
.TagClassName
{
border-color: #B45002;
}
</style>