Shades of Rust #B83308
Tints of Rust #B83308
RGB
CMYK
RGB Variations
Color information
#B83308 (or 0xB83308) is known color: Rust. HEX triplet: B8, 33 and 08. RGB value is (184,51,8). Sum of RGB (Red+Green+Blue) = 184+51+8=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B83308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83308 is #47CCF7. Grayscale: #565656. Windows color (decimal): -4705528 or 537528. OLE color: 537528.
HSL color Cylindrical-coordinate representation of color #B83308: hue angle of 14.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B83308 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.28 |
| HSL | 14.66º | 0.92% | 0.38% | - |
| HSV(B) | 14.66º | 0.96% | 0.72% | - |
| XYZ | 20.99 | 12.58 | 1.55 | - |
| YUV | 85.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 8 | 0 | 0.72 | 0.96 | 0.28 | 14.66 | 0.92 | 0.38 |
| Hex | B8 | 33 | 8 | 0 | 48 | 60 | 1C | F | 5C | 26 |
| Octal | 270 | 63 | 10 | 0 | 110 | 140 | 34 | 17 | 134 | 46 |
| Binary | 10111000 | 110011 | 1000 | 0 | 1001000 | 1100000 | 11100 | 1111 | 1011100 | 100110 |
Color Harmonies of #B83308
Complementary color
Monochromatic Colors of #B83308
Black with #B83308
Text Example
Text Example
White with #B83308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83308; }
p { color: rgb(184,51,8); }
H1.HeaderClassName
{
color: #B83308;
}
.AnyTagClassName
{
color: #B83308;
}
</style>
background-color css
<style>
a { background-color: #B83308; }
a { background-color: rgb(184,51,8); }
div.DivClassName
{
background-color: #B83308;
}
.BgClassName
{
background-color: #B83308;
}
</style>
border-color css
<style>
span { border-color: #B83308; }
span { border-color: rgb(184,51,8); }
td.TdClassName
{
border-color: #B83308;
}
.TagClassName
{
border-color: #B83308;
}
</style>