Shades of Red Stage #B65130
Tints of Red Stage #B65130
RGB
CMYK
RGB Variations
Color information
#B65130 (or 0xB65130) is known color: Red Stage. HEX triplet: B6, 51 and 30. RGB value is (182,81,48). Sum of RGB (Red+Green+Blue) = 182+81+48=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B65130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65130 is #49AECF. Grayscale: #6B6B6B. Windows color (decimal): -4828880 or 3166646. OLE color: 3166646.
HSL color Cylindrical-coordinate representation of color #B65130: hue angle of 14.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B65130 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 48 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.29 |
| HSL | 14.78º | 0.58% | 0.45% | - |
| HSV(B) | 14.78º | 0.74% | 0.71% | - |
| XYZ | 22.77 | 16.04 | 4.69 | - |
| YUV | 107.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 48 | 0 | 0.55 | 0.74 | 0.29 | 14.78 | 0.58 | 0.45 |
| Hex | B6 | 51 | 30 | 0 | 37 | 4A | 1D | F | 3A | 2D |
| Octal | 266 | 121 | 60 | 0 | 67 | 112 | 35 | 17 | 72 | 55 |
| Binary | 10110110 | 1010001 | 110000 | 0 | 110111 | 1001010 | 11101 | 1111 | 111010 | 101101 |
Color Harmonies of #B65130
Complementary color
Monochromatic Colors of #B65130
Black with #B65130
Text Example
Text Example
White with #B65130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65130; }
p { color: rgb(182,81,48); }
H1.HeaderClassName
{
color: #B65130;
}
.AnyTagClassName
{
color: #B65130;
}
</style>
background-color css
<style>
a { background-color: #B65130; }
a { background-color: rgb(182,81,48); }
div.DivClassName
{
background-color: #B65130;
}
.BgClassName
{
background-color: #B65130;
}
</style>
border-color css
<style>
span { border-color: #B65130; }
span { border-color: rgb(182,81,48); }
td.TdClassName
{
border-color: #B65130;
}
.TagClassName
{
border-color: #B65130;
}
</style>