Shades of Rust #B2430A
Tints of Rust #B2430A
RGB
CMYK
RGB Variations
Color information
#B2430A (or 0xB2430A) is known color: Rust. HEX triplet: B2, 43 and 0A. RGB value is (178,67,10). Sum of RGB (Red+Green+Blue) = 178+67+10=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2430A is #4DBCF5. Grayscale: #5E5E5E. Windows color (decimal): -5094646 or 672690. OLE color: 672690.
HSL color Cylindrical-coordinate representation of color #B2430A: hue angle of 20.36º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2430A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.30 |
| HSL | 20.36º | 0.89% | 0.37% | - |
| HSV(B) | 20.36º | 0.94% | 0.7% | - |
| XYZ | 20.42 | 13.5 | 1.82 | - |
| YUV | 93.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 10 | 0 | 0.62 | 0.94 | 0.30 | 20.36 | 0.89 | 0.37 |
| Hex | B2 | 43 | A | 0 | 3E | 5E | 1E | 14 | 59 | 25 |
| Octal | 262 | 103 | 12 | 0 | 76 | 136 | 36 | 24 | 131 | 45 |
| Binary | 10110010 | 1000011 | 1010 | 0 | 111110 | 1011110 | 11110 | 10100 | 1011001 | 100101 |
Color Harmonies of #B2430A
Complementary color
Monochromatic Colors of #B2430A
Black with #B2430A
Text Example
Text Example
White with #B2430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2430A; }
p { color: rgb(178,67,10); }
H1.HeaderClassName
{
color: #B2430A;
}
.AnyTagClassName
{
color: #B2430A;
}
</style>
background-color css
<style>
a { background-color: #B2430A; }
a { background-color: rgb(178,67,10); }
div.DivClassName
{
background-color: #B2430A;
}
.BgClassName
{
background-color: #B2430A;
}
</style>
border-color css
<style>
span { border-color: #B2430A; }
span { border-color: rgb(178,67,10); }
td.TdClassName
{
border-color: #B2430A;
}
.TagClassName
{
border-color: #B2430A;
}
</style>