Shades of Red Stage #B3502B
Tints of Red Stage #B3502B
RGB
CMYK
RGB Variations
Color information
#B3502B (or 0xB3502B) is known color: Red Stage. HEX triplet: B3, 50 and 2B. RGB value is (179,80,43). Sum of RGB (Red+Green+Blue) = 179+80+43=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B3502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3502B is #4CAFD4. Grayscale: #696969. Windows color (decimal): -5025749 or 2838707. OLE color: 2838707.
HSL color Cylindrical-coordinate representation of color #B3502B: hue angle of 16.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3502B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 43 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.30 |
| HSL | 16.32º | 0.61% | 0.44% | - |
| HSV(B) | 16.32º | 0.76% | 0.7% | - |
| XYZ | 21.9 | 15.5 | 4.12 | - |
| YUV | 105.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 43 | 0 | 0.55 | 0.76 | 0.30 | 16.32 | 0.61 | 0.44 |
| Hex | B3 | 50 | 2B | 0 | 37 | 4C | 1E | 10 | 3D | 2C |
| Octal | 263 | 120 | 53 | 0 | 67 | 114 | 36 | 20 | 75 | 54 |
| Binary | 10110011 | 1010000 | 101011 | 0 | 110111 | 1001100 | 11110 | 10000 | 111101 | 101100 |
Color Harmonies of #B3502B
Complementary color
Monochromatic Colors of #B3502B
Black with #B3502B
Text Example
Text Example
White with #B3502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3502B; }
p { color: rgb(179,80,43); }
H1.HeaderClassName
{
color: #B3502B;
}
.AnyTagClassName
{
color: #B3502B;
}
</style>
background-color css
<style>
a { background-color: #B3502B; }
a { background-color: rgb(179,80,43); }
div.DivClassName
{
background-color: #B3502B;
}
.BgClassName
{
background-color: #B3502B;
}
</style>
border-color css
<style>
span { border-color: #B3502B; }
span { border-color: rgb(179,80,43); }
td.TdClassName
{
border-color: #B3502B;
}
.TagClassName
{
border-color: #B3502B;
}
</style>