Shades of Orange Roughy #B3513B
Tints of Orange Roughy #B3513B
RGB
CMYK
RGB Variations
Color information
#B3513B (or 0xB3513B) is known color: Orange Roughy. HEX triplet: B3, 51 and 3B. RGB value is (179,81,59). Sum of RGB (Red+Green+Blue) = 179+81+59=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3513B is #4CAEC4. Grayscale: #6B6B6B. Windows color (decimal): -5025477 or 3887539. OLE color: 3887539.
HSL color Cylindrical-coordinate representation of color #B3513B: hue angle of 11º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3513B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 59 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.30 |
| HSL | 11º | 0.5% | 0.47% | - |
| HSV(B) | 11º | 0.67% | 0.7% | - |
| XYZ | 22.32 | 15.78 | 6.01 | - |
| YUV | 107.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 59 | 0 | 0.55 | 0.67 | 0.30 | 11 | 0.5 | 0.47 |
| Hex | B3 | 51 | 3B | 0 | 37 | 43 | 1E | B | 32 | 2F |
| Octal | 263 | 121 | 73 | 0 | 67 | 103 | 36 | 13 | 62 | 57 |
| Binary | 10110011 | 1010001 | 111011 | 0 | 110111 | 1000011 | 11110 | 1011 | 110010 | 101111 |
Color Harmonies of #B3513B
Complementary color
Monochromatic Colors of #B3513B
Black with #B3513B
Text Example
Text Example
White with #B3513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3513B; }
p { color: rgb(179,81,59); }
H1.HeaderClassName
{
color: #B3513B;
}
.AnyTagClassName
{
color: #B3513B;
}
</style>
background-color css
<style>
a { background-color: #B3513B; }
a { background-color: rgb(179,81,59); }
div.DivClassName
{
background-color: #B3513B;
}
.BgClassName
{
background-color: #B3513B;
}
</style>
border-color css
<style>
span { border-color: #B3513B; }
span { border-color: rgb(179,81,59); }
td.TdClassName
{
border-color: #B3513B;
}
.TagClassName
{
border-color: #B3513B;
}
</style>