Shades of Rust #B8411A
Tints of Rust #B8411A
RGB
CMYK
RGB Variations
Color information
#B8411A (or 0xB8411A) is known color: Rust. HEX triplet: B8, 41 and 1A. RGB value is (184,65,26). Sum of RGB (Red+Green+Blue) = 184+65+26=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8411A is #47BEE5. Grayscale: #606060. Windows color (decimal): -4701926 or 1720760. OLE color: 1720760.
HSL color Cylindrical-coordinate representation of color #B8411A: hue angle of 14.81º 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 #B8411A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 26 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.28 |
| HSL | 14.81º | 0.75% | 0.41% | - |
| HSV(B) | 14.81º | 0.86% | 0.72% | - |
| XYZ | 21.84 | 14.05 | 2.54 | - |
| YUV | 96.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 26 | 0 | 0.65 | 0.86 | 0.28 | 14.81 | 0.75 | 0.41 |
| Hex | B8 | 41 | 1A | 0 | 41 | 56 | 1C | F | 4B | 29 |
| Octal | 270 | 101 | 32 | 0 | 101 | 126 | 34 | 17 | 113 | 51 |
| Binary | 10111000 | 1000001 | 11010 | 0 | 1000001 | 1010110 | 11100 | 1111 | 1001011 | 101001 |
Color Harmonies of #B8411A
Complementary color
Monochromatic Colors of #B8411A
Black with #B8411A
Text Example
Text Example
White with #B8411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8411A; }
p { color: rgb(184,65,26); }
H1.HeaderClassName
{
color: #B8411A;
}
.AnyTagClassName
{
color: #B8411A;
}
</style>
background-color css
<style>
a { background-color: #B8411A; }
a { background-color: rgb(184,65,26); }
div.DivClassName
{
background-color: #B8411A;
}
.BgClassName
{
background-color: #B8411A;
}
</style>
border-color css
<style>
span { border-color: #B8411A; }
span { border-color: rgb(184,65,26); }
td.TdClassName
{
border-color: #B8411A;
}
.TagClassName
{
border-color: #B8411A;
}
</style>