Shades of Rust #B83A01
Tints of Rust #B83A01
RGB
CMYK
RGB Variations
Color information
#B83A01 (or 0xB83A01) is known color: Rust. HEX triplet: B8, 3A and 01. RGB value is (184,58,1). Sum of RGB (Red+Green+Blue) = 184+58+1=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A01 is #47C5FE. Grayscale: #595959. Windows color (decimal): -4703743 or 80568. OLE color: 80568.
HSL color Cylindrical-coordinate representation of color #B83A01: hue angle of 18.69º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B83A01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.28 |
| HSL | 18.69º | 0.99% | 0.36% | - |
| HSV(B) | 18.69º | 0.99% | 0.72% | - |
| XYZ | 21.29 | 13.22 | 1.46 | - |
| YUV | 89.18 | 78.24 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 1 | 0 | 0.68 | 0.99 | 0.28 | 18.69 | 0.99 | 0.36 |
| Hex | B8 | 3A | 1 | 0 | 44 | 63 | 1C | 13 | 63 | 24 |
| Octal | 270 | 72 | 1 | 0 | 104 | 143 | 34 | 23 | 143 | 44 |
| Binary | 10111000 | 111010 | 1 | 0 | 1000100 | 1100011 | 11100 | 10011 | 1100011 | 100100 |
Color Harmonies of #B83A01
Complementary color
Monochromatic Colors of #B83A01
Black with #B83A01
Text Example
Text Example
White with #B83A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A01; }
p { color: rgb(184,58,1); }
H1.HeaderClassName
{
color: #B83A01;
}
.AnyTagClassName
{
color: #B83A01;
}
</style>
background-color css
<style>
a { background-color: #B83A01; }
a { background-color: rgb(184,58,1); }
div.DivClassName
{
background-color: #B83A01;
}
.BgClassName
{
background-color: #B83A01;
}
</style>
border-color css
<style>
span { border-color: #B83A01; }
span { border-color: rgb(184,58,1); }
td.TdClassName
{
border-color: #B83A01;
}
.TagClassName
{
border-color: #B83A01;
}
</style>