Shades of Rust #B63403
Tints of Rust #B63403
RGB
CMYK
RGB Variations
Color information
#B63403 (or 0xB63403) is known color: Rust. HEX triplet: B6, 34 and 03. RGB value is (182,52,3). Sum of RGB (Red+Green+Blue) = 182+52+3=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B63403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63403 is #49CBFC. Grayscale: #555555. Windows color (decimal): -4836349 or 210102. OLE color: 210102.
HSL color Cylindrical-coordinate representation of color #B63403: hue angle of 16.42º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B63403 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.29 |
| HSL | 16.42º | 0.97% | 0.36% | - |
| HSV(B) | 16.42º | 0.98% | 0.71% | - |
| XYZ | 20.54 | 12.41 | 1.4 | - |
| YUV | 85.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 3 | 0 | 0.71 | 0.98 | 0.29 | 16.42 | 0.97 | 0.36 |
| Hex | B6 | 34 | 3 | 0 | 47 | 62 | 1D | 10 | 61 | 24 |
| Octal | 266 | 64 | 3 | 0 | 107 | 142 | 35 | 20 | 141 | 44 |
| Binary | 10110110 | 110100 | 11 | 0 | 1000111 | 1100010 | 11101 | 10000 | 1100001 | 100100 |
Color Harmonies of #B63403
Complementary color
Monochromatic Colors of #B63403
Black with #B63403
Text Example
Text Example
White with #B63403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63403; }
p { color: rgb(182,52,3); }
H1.HeaderClassName
{
color: #B63403;
}
.AnyTagClassName
{
color: #B63403;
}
</style>
background-color css
<style>
a { background-color: #B63403; }
a { background-color: rgb(182,52,3); }
div.DivClassName
{
background-color: #B63403;
}
.BgClassName
{
background-color: #B63403;
}
</style>
border-color css
<style>
span { border-color: #B63403; }
span { border-color: rgb(182,52,3); }
td.TdClassName
{
border-color: #B63403;
}
.TagClassName
{
border-color: #B63403;
}
</style>