Shades of Rust #B42902
Tints of Rust #B42902
RGB
CMYK
RGB Variations
Color information
#B42902 (or 0xB42902) is known color: Rust. HEX triplet: B4, 29 and 02. RGB value is (180,41,2). Sum of RGB (Red+Green+Blue) = 180+41+2=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B42902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42902 is #4BD6FD. Grayscale: #4E4E4E. Windows color (decimal): -4970238 or 141748. OLE color: 141748.
HSL color Cylindrical-coordinate representation of color #B42902: hue angle of 13.15º 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 #B42902 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.29 |
| HSL | 13.15º | 0.98% | 0.36% | - |
| HSV(B) | 13.15º | 0.99% | 0.71% | - |
| XYZ | 19.63 | 11.29 | 1.2 | - |
| YUV | 78.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 2 | 0 | 0.77 | 0.99 | 0.29 | 13.15 | 0.98 | 0.36 |
| Hex | B4 | 29 | 2 | 0 | 4D | 63 | 1D | D | 62 | 24 |
| Octal | 264 | 51 | 2 | 0 | 115 | 143 | 35 | 15 | 142 | 44 |
| Binary | 10110100 | 101001 | 10 | 0 | 1001101 | 1100011 | 11101 | 1101 | 1100010 | 100100 |
Color Harmonies of #B42902
Complementary color
Monochromatic Colors of #B42902
Black with #B42902
Text Example
Text Example
White with #B42902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42902; }
p { color: rgb(180,41,2); }
H1.HeaderClassName
{
color: #B42902;
}
.AnyTagClassName
{
color: #B42902;
}
</style>
background-color css
<style>
a { background-color: #B42902; }
a { background-color: rgb(180,41,2); }
div.DivClassName
{
background-color: #B42902;
}
.BgClassName
{
background-color: #B42902;
}
</style>
border-color css
<style>
span { border-color: #B42902; }
span { border-color: rgb(180,41,2); }
td.TdClassName
{
border-color: #B42902;
}
.TagClassName
{
border-color: #B42902;
}
</style>