Shades of Rust #B63B21
Tints of Rust #B63B21
RGB
CMYK
RGB Variations
Color information
#B63B21 (or 0xB63B21) is known color: Rust. HEX triplet: B6, 3B and 21. RGB value is (182,59,33). Sum of RGB (Red+Green+Blue) = 182+59+33=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B21 is #49C4DE. Grayscale: #5D5D5D. Windows color (decimal): -4834527 or 2177974. OLE color: 2177974.
HSL color Cylindrical-coordinate representation of color #B63B21: hue angle of 10.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63B21 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 33 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.29 |
| HSL | 10.47º | 0.69% | 0.42% | - |
| HSV(B) | 10.47º | 0.82% | 0.71% | - |
| XYZ | 21.13 | 13.18 | 2.87 | - |
| YUV | 92.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 33 | 0 | 0.68 | 0.82 | 0.29 | 10.47 | 0.69 | 0.42 |
| Hex | B6 | 3B | 21 | 0 | 44 | 52 | 1D | A | 45 | 2A |
| Octal | 266 | 73 | 41 | 0 | 104 | 122 | 35 | 12 | 105 | 52 |
| Binary | 10110110 | 111011 | 100001 | 0 | 1000100 | 1010010 | 11101 | 1010 | 1000101 | 101010 |
Color Harmonies of #B63B21
Complementary color
Monochromatic Colors of #B63B21
Black with #B63B21
Text Example
Text Example
White with #B63B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B21; }
p { color: rgb(182,59,33); }
H1.HeaderClassName
{
color: #B63B21;
}
.AnyTagClassName
{
color: #B63B21;
}
</style>
background-color css
<style>
a { background-color: #B63B21; }
a { background-color: rgb(182,59,33); }
div.DivClassName
{
background-color: #B63B21;
}
.BgClassName
{
background-color: #B63B21;
}
</style>
border-color css
<style>
span { border-color: #B63B21; }
span { border-color: rgb(182,59,33); }
td.TdClassName
{
border-color: #B63B21;
}
.TagClassName
{
border-color: #B63B21;
}
</style>