Shades of Rust #B44802
Tints of Rust #B44802
RGB
CMYK
RGB Variations
Color information
#B44802 (or 0xB44802) is known color: Rust. HEX triplet: B4, 48 and 02. RGB value is (180,72,2). Sum of RGB (Red+Green+Blue) = 180+72+2=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B44802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44802 is #4BB7FD. Grayscale: #606060. Windows color (decimal): -4962302 or 149684. OLE color: 149684.
HSL color Cylindrical-coordinate representation of color #B44802: hue angle of 23.6º 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 #B44802 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.29 |
| HSL | 23.6º | 0.98% | 0.36% | - |
| HSV(B) | 23.6º | 0.99% | 0.71% | - |
| XYZ | 21.15 | 14.34 | 1.71 | - |
| YUV | 96.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 2 | 0 | 0.60 | 0.99 | 0.29 | 23.6 | 0.98 | 0.36 |
| Hex | B4 | 48 | 2 | 0 | 3C | 63 | 1D | 18 | 62 | 24 |
| Octal | 264 | 110 | 2 | 0 | 74 | 143 | 35 | 30 | 142 | 44 |
| Binary | 10110100 | 1001000 | 10 | 0 | 111100 | 1100011 | 11101 | 11000 | 1100010 | 100100 |
Color Harmonies of #B44802
Complementary color
Monochromatic Colors of #B44802
Black with #B44802
Text Example
Text Example
White with #B44802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44802; }
p { color: rgb(180,72,2); }
H1.HeaderClassName
{
color: #B44802;
}
.AnyTagClassName
{
color: #B44802;
}
</style>
background-color css
<style>
a { background-color: #B44802; }
a { background-color: rgb(180,72,2); }
div.DivClassName
{
background-color: #B44802;
}
.BgClassName
{
background-color: #B44802;
}
</style>
border-color css
<style>
span { border-color: #B44802; }
span { border-color: rgb(180,72,2); }
td.TdClassName
{
border-color: #B44802;
}
.TagClassName
{
border-color: #B44802;
}
</style>