Shades of Red Stage #B25328
Tints of Red Stage #B25328
RGB
CMYK
RGB Variations
Color information
#B25328 (or 0xB25328) is known color: Red Stage. HEX triplet: B2, 53 and 28. RGB value is (178,83,40). Sum of RGB (Red+Green+Blue) = 178+83+40=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B25328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25328 is #4DACD7. Grayscale: #6A6A6A. Windows color (decimal): -5090520 or 2642866. OLE color: 2642866.
HSL color Cylindrical-coordinate representation of color #B25328: hue angle of 18.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B25328 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 40 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.30 |
| HSL | 18.7º | 0.63% | 0.43% | - |
| HSV(B) | 18.7º | 0.78% | 0.7% | - |
| XYZ | 21.84 | 15.8 | 3.91 | - |
| YUV | 106.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 40 | 0 | 0.53 | 0.78 | 0.30 | 18.7 | 0.63 | 0.43 |
| Hex | B2 | 53 | 28 | 0 | 35 | 4E | 1E | 13 | 3F | 2B |
| Octal | 262 | 123 | 50 | 0 | 65 | 116 | 36 | 23 | 77 | 53 |
| Binary | 10110010 | 1010011 | 101000 | 0 | 110101 | 1001110 | 11110 | 10011 | 111111 | 101011 |
Color Harmonies of #B25328
Complementary color
Monochromatic Colors of #B25328
Black with #B25328
Text Example
Text Example
White with #B25328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25328; }
p { color: rgb(178,83,40); }
H1.HeaderClassName
{
color: #B25328;
}
.AnyTagClassName
{
color: #B25328;
}
</style>
background-color css
<style>
a { background-color: #B25328; }
a { background-color: rgb(178,83,40); }
div.DivClassName
{
background-color: #B25328;
}
.BgClassName
{
background-color: #B25328;
}
</style>
border-color css
<style>
span { border-color: #B25328; }
span { border-color: rgb(178,83,40); }
td.TdClassName
{
border-color: #B25328;
}
.TagClassName
{
border-color: #B25328;
}
</style>