Shades of Rust #B12602
Tints of Rust #B12602
RGB
CMYK
RGB Variations
Color information
#B12602 (or 0xB12602) is known color: Rust. HEX triplet: B1, 26 and 02. RGB value is (177,38,2). Sum of RGB (Red+Green+Blue) = 177+38+2=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B12602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12602 is #4ED9FD. Grayscale: #4B4B4B. Windows color (decimal): -5167614 or 140977. OLE color: 140977.
HSL color Cylindrical-coordinate representation of color #B12602: hue angle of 12.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B12602 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.31 |
| HSL | 12.34º | 0.98% | 0.35% | - |
| HSV(B) | 12.34º | 0.99% | 0.69% | - |
| XYZ | 18.84 | 10.74 | 1.14 | - |
| YUV | 75.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 2 | 0 | 0.79 | 0.99 | 0.31 | 12.34 | 0.98 | 0.35 |
| Hex | B1 | 26 | 2 | 0 | 4F | 63 | 1F | C | 62 | 23 |
| Octal | 261 | 46 | 2 | 0 | 117 | 143 | 37 | 14 | 142 | 43 |
| Binary | 10110001 | 100110 | 10 | 0 | 1001111 | 1100011 | 11111 | 1100 | 1100010 | 100011 |
Color Harmonies of #B12602
Complementary color
Monochromatic Colors of #B12602
Black with #B12602
Text Example
Text Example
White with #B12602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12602; }
p { color: rgb(177,38,2); }
H1.HeaderClassName
{
color: #B12602;
}
.AnyTagClassName
{
color: #B12602;
}
</style>
background-color css
<style>
a { background-color: #B12602; }
a { background-color: rgb(177,38,2); }
div.DivClassName
{
background-color: #B12602;
}
.BgClassName
{
background-color: #B12602;
}
</style>
border-color css
<style>
span { border-color: #B12602; }
span { border-color: rgb(177,38,2); }
td.TdClassName
{
border-color: #B12602;
}
.TagClassName
{
border-color: #B12602;
}
</style>