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