Shades of Orange Roughy #B1503C
Tints of Orange Roughy #B1503C
RGB
CMYK
RGB Variations
Color information
#B1503C (or 0xB1503C) is known color: Orange Roughy. HEX triplet: B1, 50 and 3C. RGB value is (177,80,60). Sum of RGB (Red+Green+Blue) = 177+80+60=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1503C is #4EAFC3. Grayscale: #6A6A6A. Windows color (decimal): -5156804 or 3952817. OLE color: 3952817.
HSL color Cylindrical-coordinate representation of color #B1503C: hue angle of 10.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1503C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 60 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.31 |
| HSL | 10.26º | 0.49% | 0.46% | - |
| HSV(B) | 10.26º | 0.66% | 0.69% | - |
| XYZ | 21.82 | 15.41 | 6.1 | - |
| YUV | 106.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 60 | 0 | 0.55 | 0.66 | 0.31 | 10.26 | 0.49 | 0.46 |
| Hex | B1 | 50 | 3C | 0 | 37 | 42 | 1F | A | 31 | 2E |
| Octal | 261 | 120 | 74 | 0 | 67 | 102 | 37 | 12 | 61 | 56 |
| Binary | 10110001 | 1010000 | 111100 | 0 | 110111 | 1000010 | 11111 | 1010 | 110001 | 101110 |
Color Harmonies of #B1503C
Complementary color
Monochromatic Colors of #B1503C
Black with #B1503C
Text Example
Text Example
White with #B1503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1503C; }
p { color: rgb(177,80,60); }
H1.HeaderClassName
{
color: #B1503C;
}
.AnyTagClassName
{
color: #B1503C;
}
</style>
background-color css
<style>
a { background-color: #B1503C; }
a { background-color: rgb(177,80,60); }
div.DivClassName
{
background-color: #B1503C;
}
.BgClassName
{
background-color: #B1503C;
}
</style>
border-color css
<style>
span { border-color: #B1503C; }
span { border-color: rgb(177,80,60); }
td.TdClassName
{
border-color: #B1503C;
}
.TagClassName
{
border-color: #B1503C;
}
</style>