Shades of Rust #B44202
Tints of Rust #B44202
RGB
CMYK
RGB Variations
Color information
#B44202 (or 0xB44202) is known color: Rust. HEX triplet: B4, 42 and 02. RGB value is (180,66,2). Sum of RGB (Red+Green+Blue) = 180+66+2=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B44202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44202 is #4BBDFD. Grayscale: #5D5D5D. Windows color (decimal): -4963838 or 148148. OLE color: 148148.
HSL color Cylindrical-coordinate representation of color #B44202: hue angle of 21.57º 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 #B44202 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.29 |
| HSL | 21.57º | 0.98% | 0.36% | - |
| HSV(B) | 21.57º | 0.99% | 0.71% | - |
| XYZ | 20.78 | 13.6 | 1.59 | - |
| YUV | 92.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 2 | 0 | 0.63 | 0.99 | 0.29 | 21.57 | 0.98 | 0.36 |
| Hex | B4 | 42 | 2 | 0 | 3F | 63 | 1D | 16 | 62 | 24 |
| Octal | 264 | 102 | 2 | 0 | 77 | 143 | 35 | 26 | 142 | 44 |
| Binary | 10110100 | 1000010 | 10 | 0 | 111111 | 1100011 | 11101 | 10110 | 1100010 | 100100 |
Color Harmonies of #B44202
Complementary color
Monochromatic Colors of #B44202
Black with #B44202
Text Example
Text Example
White with #B44202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44202; }
p { color: rgb(180,66,2); }
H1.HeaderClassName
{
color: #B44202;
}
.AnyTagClassName
{
color: #B44202;
}
</style>
background-color css
<style>
a { background-color: #B44202; }
a { background-color: rgb(180,66,2); }
div.DivClassName
{
background-color: #B44202;
}
.BgClassName
{
background-color: #B44202;
}
</style>
border-color css
<style>
span { border-color: #B44202; }
span { border-color: rgb(180,66,2); }
td.TdClassName
{
border-color: #B44202;
}
.TagClassName
{
border-color: #B44202;
}
</style>