Shades of Rust #B83D0A
Tints of Rust #B83D0A
RGB
CMYK
RGB Variations
Color information
#B83D0A (or 0xB83D0A) is known color: Rust. HEX triplet: B8, 3D and 0A. RGB value is (184,61,10). Sum of RGB (Red+Green+Blue) = 184+61+10=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D0A is #47C2F5. Grayscale: #5C5C5C. Windows color (decimal): -4702966 or 671160. OLE color: 671160.
HSL color Cylindrical-coordinate representation of color #B83D0A: hue angle of 17.59º 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 #B83D0A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.28 |
| HSL | 17.59º | 0.9% | 0.38% | - |
| HSV(B) | 17.59º | 0.95% | 0.72% | - |
| XYZ | 21.49 | 13.55 | 1.77 | - |
| YUV | 91.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 10 | 0 | 0.67 | 0.95 | 0.28 | 17.59 | 0.9 | 0.38 |
| Hex | B8 | 3D | A | 0 | 43 | 5F | 1C | 12 | 5A | 26 |
| Octal | 270 | 75 | 12 | 0 | 103 | 137 | 34 | 22 | 132 | 46 |
| Binary | 10111000 | 111101 | 1010 | 0 | 1000011 | 1011111 | 11100 | 10010 | 1011010 | 100110 |
Color Harmonies of #B83D0A
Complementary color
Monochromatic Colors of #B83D0A
Black with #B83D0A
Text Example
Text Example
White with #B83D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D0A; }
p { color: rgb(184,61,10); }
H1.HeaderClassName
{
color: #B83D0A;
}
.AnyTagClassName
{
color: #B83D0A;
}
</style>
background-color css
<style>
a { background-color: #B83D0A; }
a { background-color: rgb(184,61,10); }
div.DivClassName
{
background-color: #B83D0A;
}
.BgClassName
{
background-color: #B83D0A;
}
</style>
border-color css
<style>
span { border-color: #B83D0A; }
span { border-color: rgb(184,61,10); }
td.TdClassName
{
border-color: #B83D0A;
}
.TagClassName
{
border-color: #B83D0A;
}
</style>