Shades of Rust #B54002
Tints of Rust #B54002
RGB
CMYK
RGB Variations
Color information
#B54002 (or 0xB54002) is known color: Rust. HEX triplet: B5, 40 and 02. RGB value is (181,64,2). Sum of RGB (Red+Green+Blue) = 181+64+2=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B54002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54002 is #4ABFFD. Grayscale: #5C5C5C. Windows color (decimal): -4898814 or 147637. OLE color: 147637.
HSL color Cylindrical-coordinate representation of color #B54002: hue angle of 20.78º 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 #B54002 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.29 |
| HSL | 20.78º | 0.98% | 0.36% | - |
| HSV(B) | 20.78º | 0.99% | 0.71% | - |
| XYZ | 20.9 | 13.49 | 1.56 | - |
| YUV | 91.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 2 | 0 | 0.65 | 0.99 | 0.29 | 20.78 | 0.98 | 0.36 |
| Hex | B5 | 40 | 2 | 0 | 41 | 63 | 1D | 15 | 62 | 24 |
| Octal | 265 | 100 | 2 | 0 | 101 | 143 | 35 | 25 | 142 | 44 |
| Binary | 10110101 | 1000000 | 10 | 0 | 1000001 | 1100011 | 11101 | 10101 | 1100010 | 100100 |
Color Harmonies of #B54002
Complementary color
Monochromatic Colors of #B54002
Black with #B54002
Text Example
Text Example
White with #B54002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54002; }
p { color: rgb(181,64,2); }
H1.HeaderClassName
{
color: #B54002;
}
.AnyTagClassName
{
color: #B54002;
}
</style>
background-color css
<style>
a { background-color: #B54002; }
a { background-color: rgb(181,64,2); }
div.DivClassName
{
background-color: #B54002;
}
.BgClassName
{
background-color: #B54002;
}
</style>
border-color css
<style>
span { border-color: #B54002; }
span { border-color: rgb(181,64,2); }
td.TdClassName
{
border-color: #B54002;
}
.TagClassName
{
border-color: #B54002;
}
</style>