Shades of Rust #B13D02
Tints of Rust #B13D02
RGB
CMYK
RGB Variations
Color information
#B13D02 (or 0xB13D02) is known color: Rust. HEX triplet: B1, 3D and 02. RGB value is (177,61,2). Sum of RGB (Red+Green+Blue) = 177+61+2=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D02 is #4EC2FD. Grayscale: #595959. Windows color (decimal): -5161726 or 146865. OLE color: 146865.
HSL color Cylindrical-coordinate representation of color #B13D02: hue angle of 20.23º 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 #B13D02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.31 |
| HSL | 20.23º | 0.98% | 0.35% | - |
| HSV(B) | 20.23º | 0.99% | 0.69% | - |
| XYZ | 19.81 | 12.69 | 1.46 | - |
| YUV | 88.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 2 | 0 | 0.66 | 0.99 | 0.31 | 20.23 | 0.98 | 0.35 |
| Hex | B1 | 3D | 2 | 0 | 42 | 63 | 1F | 14 | 62 | 23 |
| Octal | 261 | 75 | 2 | 0 | 102 | 143 | 37 | 24 | 142 | 43 |
| Binary | 10110001 | 111101 | 10 | 0 | 1000010 | 1100011 | 11111 | 10100 | 1100010 | 100011 |
Color Harmonies of #B13D02
Complementary color
Monochromatic Colors of #B13D02
Black with #B13D02
Text Example
Text Example
White with #B13D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D02; }
p { color: rgb(177,61,2); }
H1.HeaderClassName
{
color: #B13D02;
}
.AnyTagClassName
{
color: #B13D02;
}
</style>
background-color css
<style>
a { background-color: #B13D02; }
a { background-color: rgb(177,61,2); }
div.DivClassName
{
background-color: #B13D02;
}
.BgClassName
{
background-color: #B13D02;
}
</style>
border-color css
<style>
span { border-color: #B13D02; }
span { border-color: rgb(177,61,2); }
td.TdClassName
{
border-color: #B13D02;
}
.TagClassName
{
border-color: #B13D02;
}
</style>