Shades of Rust #B63F19
Tints of Rust #B63F19
RGB
CMYK
RGB Variations
Color information
#B63F19 (or 0xB63F19) is known color: Rust. HEX triplet: B6, 3F and 19. RGB value is (182,63,25). Sum of RGB (Red+Green+Blue) = 182+63+25=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F19 is #49C0E6. Grayscale: #5E5E5E. Windows color (decimal): -4833511 or 1654710. OLE color: 1654710.
HSL color Cylindrical-coordinate representation of color #B63F19: hue angle of 14.52º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B63F19 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 25 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.29 |
| HSL | 14.52º | 0.76% | 0.41% | - |
| HSV(B) | 14.52º | 0.86% | 0.71% | - |
| XYZ | 21.24 | 13.57 | 2.42 | - |
| YUV | 94.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 25 | 0 | 0.65 | 0.86 | 0.29 | 14.52 | 0.76 | 0.41 |
| Hex | B6 | 3F | 19 | 0 | 41 | 56 | 1D | F | 4C | 29 |
| Octal | 266 | 77 | 31 | 0 | 101 | 126 | 35 | 17 | 114 | 51 |
| Binary | 10110110 | 111111 | 11001 | 0 | 1000001 | 1010110 | 11101 | 1111 | 1001100 | 101001 |
Color Harmonies of #B63F19
Complementary color
Monochromatic Colors of #B63F19
Black with #B63F19
Text Example
Text Example
White with #B63F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F19; }
p { color: rgb(182,63,25); }
H1.HeaderClassName
{
color: #B63F19;
}
.AnyTagClassName
{
color: #B63F19;
}
</style>
background-color css
<style>
a { background-color: #B63F19; }
a { background-color: rgb(182,63,25); }
div.DivClassName
{
background-color: #B63F19;
}
.BgClassName
{
background-color: #B63F19;
}
</style>
border-color css
<style>
span { border-color: #B63F19; }
span { border-color: rgb(182,63,25); }
td.TdClassName
{
border-color: #B63F19;
}
.TagClassName
{
border-color: #B63F19;
}
</style>