Shades of Red Stage #B74D28
Tints of Red Stage #B74D28
RGB
CMYK
RGB Variations
Color information
#B74D28 (or 0xB74D28) is known color: Red Stage. HEX triplet: B7, 4D and 28. RGB value is (183,77,40). Sum of RGB (Red+Green+Blue) = 183+77+40=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D28 is #48B2D7. Grayscale: #686868. Windows color (decimal): -4764376 or 2641335. OLE color: 2641335.
HSL color Cylindrical-coordinate representation of color #B74D28: hue angle of 15.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B74D28 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 40 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.28 |
| HSL | 15.52º | 0.64% | 0.44% | - |
| HSV(B) | 15.52º | 0.78% | 0.72% | - |
| XYZ | 22.57 | 15.53 | 3.82 | - |
| YUV | 104.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 40 | 0 | 0.58 | 0.78 | 0.28 | 15.52 | 0.64 | 0.44 |
| Hex | B7 | 4D | 28 | 0 | 3A | 4E | 1C | 10 | 40 | 2C |
| Octal | 267 | 115 | 50 | 0 | 72 | 116 | 34 | 20 | 100 | 54 |
| Binary | 10110111 | 1001101 | 101000 | 0 | 111010 | 1001110 | 11100 | 10000 | 1000000 | 101100 |
Color Harmonies of #B74D28
Complementary color
Monochromatic Colors of #B74D28
Black with #B74D28
Text Example
Text Example
White with #B74D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D28; }
p { color: rgb(183,77,40); }
H1.HeaderClassName
{
color: #B74D28;
}
.AnyTagClassName
{
color: #B74D28;
}
</style>
background-color css
<style>
a { background-color: #B74D28; }
a { background-color: rgb(183,77,40); }
div.DivClassName
{
background-color: #B74D28;
}
.BgClassName
{
background-color: #B74D28;
}
</style>
border-color css
<style>
span { border-color: #B74D28; }
span { border-color: rgb(183,77,40); }
td.TdClassName
{
border-color: #B74D28;
}
.TagClassName
{
border-color: #B74D28;
}
</style>