Shades of Rust #B1420D
Tints of Rust #B1420D
RGB
CMYK
RGB Variations
Color information
#B1420D (or 0xB1420D) is known color: Rust. HEX triplet: B1, 42 and 0D. RGB value is (177,66,13). Sum of RGB (Red+Green+Blue) = 177+66+13=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1420D is #4EBDF2. Grayscale: #5D5D5D. Windows color (decimal): -5160435 or 869041. OLE color: 869041.
HSL color Cylindrical-coordinate representation of color #B1420D: hue angle of 19.39º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1420D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.31 |
| HSL | 19.39º | 0.86% | 0.37% | - |
| HSV(B) | 19.39º | 0.93% | 0.69% | - |
| XYZ | 20.15 | 13.27 | 1.88 | - |
| YUV | 93.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 13 | 0 | 0.63 | 0.93 | 0.31 | 19.39 | 0.86 | 0.37 |
| Hex | B1 | 42 | D | 0 | 3F | 5D | 1F | 13 | 56 | 25 |
| Octal | 261 | 102 | 15 | 0 | 77 | 135 | 37 | 23 | 126 | 45 |
| Binary | 10110001 | 1000010 | 1101 | 0 | 111111 | 1011101 | 11111 | 10011 | 1010110 | 100101 |
Color Harmonies of #B1420D
Complementary color
Monochromatic Colors of #B1420D
Black with #B1420D
Text Example
Text Example
White with #B1420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1420D; }
p { color: rgb(177,66,13); }
H1.HeaderClassName
{
color: #B1420D;
}
.AnyTagClassName
{
color: #B1420D;
}
</style>
background-color css
<style>
a { background-color: #B1420D; }
a { background-color: rgb(177,66,13); }
div.DivClassName
{
background-color: #B1420D;
}
.BgClassName
{
background-color: #B1420D;
}
</style>
border-color css
<style>
span { border-color: #B1420D; }
span { border-color: rgb(177,66,13); }
td.TdClassName
{
border-color: #B1420D;
}
.TagClassName
{
border-color: #B1420D;
}
</style>