Shades of Rust #B0430A
Tints of Rust #B0430A
RGB
CMYK
RGB Variations
Color information
#B0430A (or 0xB0430A) is known color: Rust. HEX triplet: B0, 43 and 0A. RGB value is (176,67,10). Sum of RGB (Red+Green+Blue) = 176+67+10=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0430A is #4FBCF5. Grayscale: #5D5D5D. Windows color (decimal): -5225718 or 672688. OLE color: 672688.
HSL color Cylindrical-coordinate representation of color #B0430A: hue angle of 20.6º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0430A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.31 |
| HSL | 20.6º | 0.89% | 0.36% | - |
| HSV(B) | 20.6º | 0.94% | 0.69% | - |
| XYZ | 19.97 | 13.27 | 1.8 | - |
| YUV | 93.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 10 | 0 | 0.62 | 0.94 | 0.31 | 20.6 | 0.89 | 0.36 |
| Hex | B0 | 43 | A | 0 | 3E | 5E | 1F | 15 | 59 | 24 |
| Octal | 260 | 103 | 12 | 0 | 76 | 136 | 37 | 25 | 131 | 44 |
| Binary | 10110000 | 1000011 | 1010 | 0 | 111110 | 1011110 | 11111 | 10101 | 1011001 | 100100 |
Color Harmonies of #B0430A
Complementary color
Monochromatic Colors of #B0430A
Black with #B0430A
Text Example
Text Example
White with #B0430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0430A; }
p { color: rgb(176,67,10); }
H1.HeaderClassName
{
color: #B0430A;
}
.AnyTagClassName
{
color: #B0430A;
}
</style>
background-color css
<style>
a { background-color: #B0430A; }
a { background-color: rgb(176,67,10); }
div.DivClassName
{
background-color: #B0430A;
}
.BgClassName
{
background-color: #B0430A;
}
</style>
border-color css
<style>
span { border-color: #B0430A; }
span { border-color: rgb(176,67,10); }
td.TdClassName
{
border-color: #B0430A;
}
.TagClassName
{
border-color: #B0430A;
}
</style>