Shades of Red Stage #B74B2A
Tints of Red Stage #B74B2A
RGB
CMYK
RGB Variations
Color information
#B74B2A (or 0xB74B2A) is known color: Red Stage. HEX triplet: B7, 4B and 2A. RGB value is (183,75,42). Sum of RGB (Red+Green+Blue) = 183+75+42=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B2A is #48B4D5. Grayscale: #676767. Windows color (decimal): -4764886 or 2771895. OLE color: 2771895.
HSL color Cylindrical-coordinate representation of color #B74B2A: hue angle of 14.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B74B2A is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 42 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.28 |
| HSL | 14.04º | 0.63% | 0.44% | - |
| HSV(B) | 14.04º | 0.77% | 0.72% | - |
| XYZ | 22.46 | 15.27 | 3.95 | - |
| YUV | 103.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 42 | 0 | 0.59 | 0.77 | 0.28 | 14.04 | 0.63 | 0.44 |
| Hex | B7 | 4B | 2A | 0 | 3B | 4D | 1C | E | 3F | 2C |
| Octal | 267 | 113 | 52 | 0 | 73 | 115 | 34 | 16 | 77 | 54 |
| Binary | 10110111 | 1001011 | 101010 | 0 | 111011 | 1001101 | 11100 | 1110 | 111111 | 101100 |
Color Harmonies of #B74B2A
Complementary color
Monochromatic Colors of #B74B2A
Black with #B74B2A
Text Example
Text Example
White with #B74B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B2A; }
p { color: rgb(183,75,42); }
H1.HeaderClassName
{
color: #B74B2A;
}
.AnyTagClassName
{
color: #B74B2A;
}
</style>
background-color css
<style>
a { background-color: #B74B2A; }
a { background-color: rgb(183,75,42); }
div.DivClassName
{
background-color: #B74B2A;
}
.BgClassName
{
background-color: #B74B2A;
}
</style>
border-color css
<style>
span { border-color: #B74B2A; }
span { border-color: rgb(183,75,42); }
td.TdClassName
{
border-color: #B74B2A;
}
.TagClassName
{
border-color: #B74B2A;
}
</style>