Shades of Christine #B4641A
Tints of Christine #B4641A
RGB
CMYK
RGB Variations
Color information
#B4641A (or 0xB4641A) is known color: Christine. HEX triplet: B4, 64 and 1A. RGB value is (180,100,26). Sum of RGB (Red+Green+Blue) = 180+100+26=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4641A is #4B9BE5. Grayscale: #737373. Windows color (decimal): -4955110 or 1729716. OLE color: 1729716.
HSL color Cylindrical-coordinate representation of color #B4641A: hue angle of 28.83º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4641A is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 26 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.29 |
| HSL | 28.83º | 0.75% | 0.4% | - |
| HSV(B) | 28.83º | 0.86% | 0.71% | - |
| XYZ | 23.57 | 18.89 | 3.38 | - |
| YUV | 115.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 26 | 0 | 0.44 | 0.86 | 0.29 | 28.83 | 0.75 | 0.4 |
| Hex | B4 | 64 | 1A | 0 | 2C | 56 | 1D | 1D | 4B | 28 |
| Octal | 264 | 144 | 32 | 0 | 54 | 126 | 35 | 35 | 113 | 50 |
| Binary | 10110100 | 1100100 | 11010 | 0 | 101100 | 1010110 | 11101 | 11101 | 1001011 | 101000 |
Color Harmonies of #B4641A
Complementary color
Monochromatic Colors of #B4641A
Black with #B4641A
Text Example
Text Example
White with #B4641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4641A; }
p { color: rgb(180,100,26); }
H1.HeaderClassName
{
color: #B4641A;
}
.AnyTagClassName
{
color: #B4641A;
}
</style>
background-color css
<style>
a { background-color: #B4641A; }
a { background-color: rgb(180,100,26); }
div.DivClassName
{
background-color: #B4641A;
}
.BgClassName
{
background-color: #B4641A;
}
</style>
border-color css
<style>
span { border-color: #B4641A; }
span { border-color: rgb(180,100,26); }
td.TdClassName
{
border-color: #B4641A;
}
.TagClassName
{
border-color: #B4641A;
}
</style>