Shades of Christine #BC581A
Tints of Christine #BC581A
RGB
CMYK
RGB Variations
Color information
#BC581A (or 0xBC581A) is known color: Christine. HEX triplet: BC, 58 and 1A. RGB value is (188,88,26). Sum of RGB (Red+Green+Blue) = 188+88+26=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC581A is #43A7E5. Grayscale: #6F6F6F. Windows color (decimal): -4433894 or 1726652. OLE color: 1726652.
HSL color Cylindrical-coordinate representation of color #BC581A: hue angle of 22.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC581A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 26 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.26 |
| HSL | 22.96º | 0.76% | 0.42% | - |
| HSV(B) | 22.96º | 0.86% | 0.74% | - |
| XYZ | 24.42 | 17.75 | 3.12 | - |
| YUV | 110.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 26 | 0 | 0.53 | 0.86 | 0.26 | 22.96 | 0.76 | 0.42 |
| Hex | BC | 58 | 1A | 0 | 35 | 56 | 1A | 17 | 4C | 2A |
| Octal | 274 | 130 | 32 | 0 | 65 | 126 | 32 | 27 | 114 | 52 |
| Binary | 10111100 | 1011000 | 11010 | 0 | 110101 | 1010110 | 11010 | 10111 | 1001100 | 101010 |
Color Harmonies of #BC581A
Complementary color
Monochromatic Colors of #BC581A
Black with #BC581A
Text Example
Text Example
White with #BC581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC581A; }
p { color: rgb(188,88,26); }
H1.HeaderClassName
{
color: #BC581A;
}
.AnyTagClassName
{
color: #BC581A;
}
</style>
background-color css
<style>
a { background-color: #BC581A; }
a { background-color: rgb(188,88,26); }
div.DivClassName
{
background-color: #BC581A;
}
.BgClassName
{
background-color: #BC581A;
}
</style>
border-color css
<style>
span { border-color: #BC581A; }
span { border-color: rgb(188,88,26); }
td.TdClassName
{
border-color: #BC581A;
}
.TagClassName
{
border-color: #BC581A;
}
</style>