Shades of Rust #B8421A
Tints of Rust #B8421A
RGB
CMYK
RGB Variations
Color information
#B8421A (or 0xB8421A) is known color: Rust. HEX triplet: B8, 42 and 1A. RGB value is (184,66,26). Sum of RGB (Red+Green+Blue) = 184+66+26=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8421A is #47BDE5. Grayscale: #606060. Windows color (decimal): -4701670 or 1721016. OLE color: 1721016.
HSL color Cylindrical-coordinate representation of color #B8421A: hue angle of 15.19º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8421A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.28 |
| HSL | 15.19º | 0.75% | 0.41% | - |
| HSV(B) | 15.19º | 0.86% | 0.72% | - |
| XYZ | 21.9 | 14.16 | 2.56 | - |
| YUV | 96.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 26 | 0 | 0.64 | 0.86 | 0.28 | 15.19 | 0.75 | 0.41 |
| Hex | B8 | 42 | 1A | 0 | 40 | 56 | 1C | F | 4B | 29 |
| Octal | 270 | 102 | 32 | 0 | 100 | 126 | 34 | 17 | 113 | 51 |
| Binary | 10111000 | 1000010 | 11010 | 0 | 1000000 | 1010110 | 11100 | 1111 | 1001011 | 101001 |
Color Harmonies of #B8421A
Complementary color
Monochromatic Colors of #B8421A
Black with #B8421A
Text Example
Text Example
White with #B8421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8421A; }
p { color: rgb(184,66,26); }
H1.HeaderClassName
{
color: #B8421A;
}
.AnyTagClassName
{
color: #B8421A;
}
</style>
background-color css
<style>
a { background-color: #B8421A; }
a { background-color: rgb(184,66,26); }
div.DivClassName
{
background-color: #B8421A;
}
.BgClassName
{
background-color: #B8421A;
}
</style>
border-color css
<style>
span { border-color: #B8421A; }
span { border-color: rgb(184,66,26); }
td.TdClassName
{
border-color: #B8421A;
}
.TagClassName
{
border-color: #B8421A;
}
</style>