Shades of Rust #B54402
Tints of Rust #B54402
RGB
CMYK
RGB Variations
Color information
#B54402 (or 0xB54402) is known color: Rust. HEX triplet: B5, 44 and 02. RGB value is (181,68,2). Sum of RGB (Red+Green+Blue) = 181+68+2=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B54402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54402 is #4ABBFD. Grayscale: #5E5E5E. Windows color (decimal): -4897790 or 148661. OLE color: 148661.
HSL color Cylindrical-coordinate representation of color #B54402: hue angle of 22.12º 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 #B54402 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.29 |
| HSL | 22.12º | 0.98% | 0.36% | - |
| HSV(B) | 22.12º | 0.99% | 0.71% | - |
| XYZ | 21.13 | 13.96 | 1.64 | - |
| YUV | 94.26 | 75.94 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 2 | 0 | 0.62 | 0.99 | 0.29 | 22.12 | 0.98 | 0.36 |
| Hex | B5 | 44 | 2 | 0 | 3E | 63 | 1D | 16 | 62 | 24 |
| Octal | 265 | 104 | 2 | 0 | 76 | 143 | 35 | 26 | 142 | 44 |
| Binary | 10110101 | 1000100 | 10 | 0 | 111110 | 1100011 | 11101 | 10110 | 1100010 | 100100 |
Color Harmonies of #B54402
Complementary color
Monochromatic Colors of #B54402
Black with #B54402
Text Example
Text Example
White with #B54402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54402; }
p { color: rgb(181,68,2); }
H1.HeaderClassName
{
color: #B54402;
}
.AnyTagClassName
{
color: #B54402;
}
</style>
background-color css
<style>
a { background-color: #B54402; }
a { background-color: rgb(181,68,2); }
div.DivClassName
{
background-color: #B54402;
}
.BgClassName
{
background-color: #B54402;
}
</style>
border-color css
<style>
span { border-color: #B54402; }
span { border-color: rgb(181,68,2); }
td.TdClassName
{
border-color: #B54402;
}
.TagClassName
{
border-color: #B54402;
}
</style>