Shades of Red Stage #B2502F
Tints of Red Stage #B2502F
RGB
CMYK
RGB Variations
Color information
#B2502F (or 0xB2502F) is known color: Red Stage. HEX triplet: B2, 50 and 2F. RGB value is (178,80,47). Sum of RGB (Red+Green+Blue) = 178+80+47=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2502F is #4DAFD0. Grayscale: #696969. Windows color (decimal): -5091281 or 3100850. OLE color: 3100850.
HSL color Cylindrical-coordinate representation of color #B2502F: hue angle of 15.11º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2502F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 47 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.30 |
| HSL | 15.11º | 0.58% | 0.44% | - |
| HSV(B) | 15.11º | 0.74% | 0.7% | - |
| XYZ | 21.74 | 15.41 | 4.52 | - |
| YUV | 105.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 47 | 0 | 0.55 | 0.74 | 0.30 | 15.11 | 0.58 | 0.44 |
| Hex | B2 | 50 | 2F | 0 | 37 | 4A | 1E | F | 3A | 2C |
| Octal | 262 | 120 | 57 | 0 | 67 | 112 | 36 | 17 | 72 | 54 |
| Binary | 10110010 | 1010000 | 101111 | 0 | 110111 | 1001010 | 11110 | 1111 | 111010 | 101100 |
Color Harmonies of #B2502F
Complementary color
Monochromatic Colors of #B2502F
Black with #B2502F
Text Example
Text Example
White with #B2502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2502F; }
p { color: rgb(178,80,47); }
H1.HeaderClassName
{
color: #B2502F;
}
.AnyTagClassName
{
color: #B2502F;
}
</style>
background-color css
<style>
a { background-color: #B2502F; }
a { background-color: rgb(178,80,47); }
div.DivClassName
{
background-color: #B2502F;
}
.BgClassName
{
background-color: #B2502F;
}
</style>
border-color css
<style>
span { border-color: #B2502F; }
span { border-color: rgb(178,80,47); }
td.TdClassName
{
border-color: #B2502F;
}
.TagClassName
{
border-color: #B2502F;
}
</style>