Shades of Rust #B14302
Tints of Rust #B14302
RGB
CMYK
RGB Variations
Color information
#B14302 (or 0xB14302) is known color: Rust. HEX triplet: B1, 43 and 02. RGB value is (177,67,2). Sum of RGB (Red+Green+Blue) = 177+67+2=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B14302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14302 is #4EBCFD. Grayscale: #5C5C5C. Windows color (decimal): -5160190 or 148401. OLE color: 148401.
HSL color Cylindrical-coordinate representation of color #B14302: hue angle of 22.29º 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 #B14302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.31 |
| HSL | 22.29º | 0.98% | 0.35% | - |
| HSV(B) | 22.29º | 0.99% | 0.69% | - |
| XYZ | 20.15 | 13.37 | 1.58 | - |
| YUV | 92.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 2 | 0 | 0.62 | 0.99 | 0.31 | 22.29 | 0.98 | 0.35 |
| Hex | B1 | 43 | 2 | 0 | 3E | 63 | 1F | 16 | 62 | 23 |
| Octal | 261 | 103 | 2 | 0 | 76 | 143 | 37 | 26 | 142 | 43 |
| Binary | 10110001 | 1000011 | 10 | 0 | 111110 | 1100011 | 11111 | 10110 | 1100010 | 100011 |
Color Harmonies of #B14302
Complementary color
Monochromatic Colors of #B14302
Black with #B14302
Text Example
Text Example
White with #B14302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14302; }
p { color: rgb(177,67,2); }
H1.HeaderClassName
{
color: #B14302;
}
.AnyTagClassName
{
color: #B14302;
}
</style>
background-color css
<style>
a { background-color: #B14302; }
a { background-color: rgb(177,67,2); }
div.DivClassName
{
background-color: #B14302;
}
.BgClassName
{
background-color: #B14302;
}
</style>
border-color css
<style>
span { border-color: #B14302; }
span { border-color: rgb(177,67,2); }
td.TdClassName
{
border-color: #B14302;
}
.TagClassName
{
border-color: #B14302;
}
</style>