Shades of Rust #B54A02
Tints of Rust #B54A02
RGB
CMYK
RGB Variations
Color information
#B54A02 (or 0xB54A02) is known color: Rust. HEX triplet: B5, 4A and 02. RGB value is (181,74,2). Sum of RGB (Red+Green+Blue) = 181+74+2=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A02 is #4AB5FD. Grayscale: #626262. Windows color (decimal): -4896254 or 150197. OLE color: 150197.
HSL color Cylindrical-coordinate representation of color #B54A02: hue angle of 24.13º 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 #B54A02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.29 |
| HSL | 24.13º | 0.98% | 0.36% | - |
| HSV(B) | 24.13º | 0.99% | 0.71% | - |
| XYZ | 21.52 | 14.73 | 1.77 | - |
| YUV | 97.79 | 73.95 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 2 | 0 | 0.59 | 0.99 | 0.29 | 24.13 | 0.98 | 0.36 |
| Hex | B5 | 4A | 2 | 0 | 3B | 63 | 1D | 18 | 62 | 24 |
| Octal | 265 | 112 | 2 | 0 | 73 | 143 | 35 | 30 | 142 | 44 |
| Binary | 10110101 | 1001010 | 10 | 0 | 111011 | 1100011 | 11101 | 11000 | 1100010 | 100100 |
Color Harmonies of #B54A02
Complementary color
Monochromatic Colors of #B54A02
Black with #B54A02
Text Example
Text Example
White with #B54A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A02; }
p { color: rgb(181,74,2); }
H1.HeaderClassName
{
color: #B54A02;
}
.AnyTagClassName
{
color: #B54A02;
}
</style>
background-color css
<style>
a { background-color: #B54A02; }
a { background-color: rgb(181,74,2); }
div.DivClassName
{
background-color: #B54A02;
}
.BgClassName
{
background-color: #B54A02;
}
</style>
border-color css
<style>
span { border-color: #B54A02; }
span { border-color: rgb(181,74,2); }
td.TdClassName
{
border-color: #B54A02;
}
.TagClassName
{
border-color: #B54A02;
}
</style>