Shades of Rust #B53B02
Tints of Rust #B53B02
RGB
CMYK
RGB Variations
Color information
#B53B02 (or 0xB53B02) is known color: Rust. HEX triplet: B5, 3B and 02. RGB value is (181,59,2). Sum of RGB (Red+Green+Blue) = 181+59+2=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53B02 is #4AC4FD. Grayscale: #595959. Windows color (decimal): -4900094 or 146357. OLE color: 146357.
HSL color Cylindrical-coordinate representation of color #B53B02: hue angle of 19.11º 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 #B53B02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.29 |
| HSL | 19.11º | 0.98% | 0.36% | - |
| HSV(B) | 19.11º | 0.99% | 0.71% | - |
| XYZ | 20.63 | 12.96 | 1.47 | - |
| YUV | 88.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 2 | 0 | 0.67 | 0.99 | 0.29 | 19.11 | 0.98 | 0.36 |
| Hex | B5 | 3B | 2 | 0 | 43 | 63 | 1D | 13 | 62 | 24 |
| Octal | 265 | 73 | 2 | 0 | 103 | 143 | 35 | 23 | 142 | 44 |
| Binary | 10110101 | 111011 | 10 | 0 | 1000011 | 1100011 | 11101 | 10011 | 1100010 | 100100 |
Color Harmonies of #B53B02
Complementary color
Monochromatic Colors of #B53B02
Black with #B53B02
Text Example
Text Example
White with #B53B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53B02; }
p { color: rgb(181,59,2); }
H1.HeaderClassName
{
color: #B53B02;
}
.AnyTagClassName
{
color: #B53B02;
}
</style>
background-color css
<style>
a { background-color: #B53B02; }
a { background-color: rgb(181,59,2); }
div.DivClassName
{
background-color: #B53B02;
}
.BgClassName
{
background-color: #B53B02;
}
</style>
border-color css
<style>
span { border-color: #B53B02; }
span { border-color: rgb(181,59,2); }
td.TdClassName
{
border-color: #B53B02;
}
.TagClassName
{
border-color: #B53B02;
}
</style>