Shades of Rust #B53D02
Tints of Rust #B53D02
RGB
CMYK
RGB Variations
Color information
#B53D02 (or 0xB53D02) is known color: Rust. HEX triplet: B5, 3D and 02. RGB value is (181,61,2). Sum of RGB (Red+Green+Blue) = 181+61+2=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53D02 is #4AC2FD. Grayscale: #5A5A5A. Windows color (decimal): -4899582 or 146869. OLE color: 146869.
HSL color Cylindrical-coordinate representation of color #B53D02: hue angle of 19.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 #B53D02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.29 |
| HSL | 19.78º | 0.98% | 0.36% | - |
| HSV(B) | 19.78º | 0.99% | 0.71% | - |
| XYZ | 20.74 | 13.17 | 1.51 | - |
| YUV | 90.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 2 | 0 | 0.66 | 0.99 | 0.29 | 19.78 | 0.98 | 0.36 |
| Hex | B5 | 3D | 2 | 0 | 42 | 63 | 1D | 14 | 62 | 24 |
| Octal | 265 | 75 | 2 | 0 | 102 | 143 | 35 | 24 | 142 | 44 |
| Binary | 10110101 | 111101 | 10 | 0 | 1000010 | 1100011 | 11101 | 10100 | 1100010 | 100100 |
Color Harmonies of #B53D02
Complementary color
Monochromatic Colors of #B53D02
Black with #B53D02
Text Example
Text Example
White with #B53D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D02; }
p { color: rgb(181,61,2); }
H1.HeaderClassName
{
color: #B53D02;
}
.AnyTagClassName
{
color: #B53D02;
}
</style>
background-color css
<style>
a { background-color: #B53D02; }
a { background-color: rgb(181,61,2); }
div.DivClassName
{
background-color: #B53D02;
}
.BgClassName
{
background-color: #B53D02;
}
</style>
border-color css
<style>
span { border-color: #B53D02; }
span { border-color: rgb(181,61,2); }
td.TdClassName
{
border-color: #B53D02;
}
.TagClassName
{
border-color: #B53D02;
}
</style>