Shades of Rust #B8450A
Tints of Rust #B8450A
RGB
CMYK
RGB Variations
Color information
#B8450A (or 0xB8450A) is known color: Rust. HEX triplet: B8, 45 and 0A. RGB value is (184,69,10). Sum of RGB (Red+Green+Blue) = 184+69+10=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8450A is #47BAF5. Grayscale: #616161. Windows color (decimal): -4700918 or 673208. OLE color: 673208.
HSL color Cylindrical-coordinate representation of color #B8450A: hue angle of 20.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8450A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.28 |
| HSL | 20.34º | 0.9% | 0.38% | - |
| HSV(B) | 20.34º | 0.95% | 0.72% | - |
| XYZ | 21.95 | 14.47 | 1.92 | - |
| YUV | 96.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 10 | 0 | 0.62 | 0.95 | 0.28 | 20.34 | 0.9 | 0.38 |
| Hex | B8 | 45 | A | 0 | 3E | 5F | 1C | 14 | 5A | 26 |
| Octal | 270 | 105 | 12 | 0 | 76 | 137 | 34 | 24 | 132 | 46 |
| Binary | 10111000 | 1000101 | 1010 | 0 | 111110 | 1011111 | 11100 | 10100 | 1011010 | 100110 |
Color Harmonies of #B8450A
Complementary color
Monochromatic Colors of #B8450A
Black with #B8450A
Text Example
Text Example
White with #B8450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8450A; }
p { color: rgb(184,69,10); }
H1.HeaderClassName
{
color: #B8450A;
}
.AnyTagClassName
{
color: #B8450A;
}
</style>
background-color css
<style>
a { background-color: #B8450A; }
a { background-color: rgb(184,69,10); }
div.DivClassName
{
background-color: #B8450A;
}
.BgClassName
{
background-color: #B8450A;
}
</style>
border-color css
<style>
span { border-color: #B8450A; }
span { border-color: rgb(184,69,10); }
td.TdClassName
{
border-color: #B8450A;
}
.TagClassName
{
border-color: #B8450A;
}
</style>