Shades of Rust #B13E02
Tints of Rust #B13E02
RGB
CMYK
RGB Variations
Color information
#B13E02 (or 0xB13E02) is known color: Rust. HEX triplet: B1, 3E and 02. RGB value is (177,62,2). Sum of RGB (Red+Green+Blue) = 177+62+2=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13E02 is #4EC1FD. Grayscale: #595959. Windows color (decimal): -5161470 or 147121. OLE color: 147121.
HSL color Cylindrical-coordinate representation of color #B13E02: hue angle of 20.57º 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 #B13E02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.31 |
| HSL | 20.57º | 0.98% | 0.35% | - |
| HSV(B) | 20.57º | 0.99% | 0.69% | - |
| XYZ | 19.87 | 12.8 | 1.48 | - |
| YUV | 89.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 2 | 0 | 0.65 | 0.99 | 0.31 | 20.57 | 0.98 | 0.35 |
| Hex | B1 | 3E | 2 | 0 | 41 | 63 | 1F | 15 | 62 | 23 |
| Octal | 261 | 76 | 2 | 0 | 101 | 143 | 37 | 25 | 142 | 43 |
| Binary | 10110001 | 111110 | 10 | 0 | 1000001 | 1100011 | 11111 | 10101 | 1100010 | 100011 |
Color Harmonies of #B13E02
Complementary color
Monochromatic Colors of #B13E02
Black with #B13E02
Text Example
Text Example
White with #B13E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E02; }
p { color: rgb(177,62,2); }
H1.HeaderClassName
{
color: #B13E02;
}
.AnyTagClassName
{
color: #B13E02;
}
</style>
background-color css
<style>
a { background-color: #B13E02; }
a { background-color: rgb(177,62,2); }
div.DivClassName
{
background-color: #B13E02;
}
.BgClassName
{
background-color: #B13E02;
}
</style>
border-color css
<style>
span { border-color: #B13E02; }
span { border-color: rgb(177,62,2); }
td.TdClassName
{
border-color: #B13E02;
}
.TagClassName
{
border-color: #B13E02;
}
</style>