Shades of Rust #B63401
Tints of Rust #B63401
RGB
CMYK
RGB Variations
Color information
#B63401 (or 0xB63401) is known color: Rust. HEX triplet: B6, 34 and 01. RGB value is (182,52,1). Sum of RGB (Red+Green+Blue) = 182+52+1=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B63401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63401 is #49CBFE. Grayscale: #555555. Windows color (decimal): -4836351 or 79030. OLE color: 79030.
HSL color Cylindrical-coordinate representation of color #B63401: hue angle of 16.91º degrees, saturation: 0.99, 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 #B63401 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.29 |
| HSL | 16.91º | 0.99% | 0.36% | - |
| HSV(B) | 16.91º | 0.99% | 0.71% | - |
| XYZ | 20.52 | 12.4 | 1.34 | - |
| YUV | 85.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 1 | 0 | 0.71 | 0.99 | 0.29 | 16.91 | 0.99 | 0.36 |
| Hex | B6 | 34 | 1 | 0 | 47 | 63 | 1D | 11 | 63 | 24 |
| Octal | 266 | 64 | 1 | 0 | 107 | 143 | 35 | 21 | 143 | 44 |
| Binary | 10110110 | 110100 | 1 | 0 | 1000111 | 1100011 | 11101 | 10001 | 1100011 | 100100 |
Color Harmonies of #B63401
Complementary color
Monochromatic Colors of #B63401
Black with #B63401
Text Example
Text Example
White with #B63401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63401; }
p { color: rgb(182,52,1); }
H1.HeaderClassName
{
color: #B63401;
}
.AnyTagClassName
{
color: #B63401;
}
</style>
background-color css
<style>
a { background-color: #B63401; }
a { background-color: rgb(182,52,1); }
div.DivClassName
{
background-color: #B63401;
}
.BgClassName
{
background-color: #B63401;
}
</style>
border-color css
<style>
span { border-color: #B63401; }
span { border-color: rgb(182,52,1); }
td.TdClassName
{
border-color: #B63401;
}
.TagClassName
{
border-color: #B63401;
}
</style>