Shades of Christine #BE581C
Tints of Christine #BE581C
RGB
CMYK
RGB Variations
Color information
#BE581C (or 0xBE581C) is known color: Christine. HEX triplet: BE, 58 and 1C. RGB value is (190,88,28). Sum of RGB (Red+Green+Blue) = 190+88+28=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE581C is #41A7E3. Grayscale: #6F6F6F. Windows color (decimal): -4302820 or 1857726. OLE color: 1857726.
HSL color Cylindrical-coordinate representation of color #BE581C: hue angle of 22.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE581C is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 28 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.25 |
| HSL | 22.22º | 0.74% | 0.43% | - |
| HSV(B) | 22.22º | 0.85% | 0.75% | - |
| XYZ | 24.93 | 18.01 | 3.26 | - |
| YUV | 111.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 28 | 0 | 0.54 | 0.85 | 0.25 | 22.22 | 0.74 | 0.43 |
| Hex | BE | 58 | 1C | 0 | 36 | 55 | 19 | 16 | 4A | 2B |
| Octal | 276 | 130 | 34 | 0 | 66 | 125 | 31 | 26 | 112 | 53 |
| Binary | 10111110 | 1011000 | 11100 | 0 | 110110 | 1010101 | 11001 | 10110 | 1001010 | 101011 |
Color Harmonies of #BE581C
Complementary color
Monochromatic Colors of #BE581C
Black with #BE581C
Text Example
Text Example
White with #BE581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE581C; }
p { color: rgb(190,88,28); }
H1.HeaderClassName
{
color: #BE581C;
}
.AnyTagClassName
{
color: #BE581C;
}
</style>
background-color css
<style>
a { background-color: #BE581C; }
a { background-color: rgb(190,88,28); }
div.DivClassName
{
background-color: #BE581C;
}
.BgClassName
{
background-color: #BE581C;
}
</style>
border-color css
<style>
span { border-color: #BE581C; }
span { border-color: rgb(190,88,28); }
td.TdClassName
{
border-color: #BE581C;
}
.TagClassName
{
border-color: #BE581C;
}
</style>