Shades of Christine #B3601C
Tints of Christine #B3601C
RGB
CMYK
RGB Variations
Color information
#B3601C (or 0xB3601C) is known color: Christine. HEX triplet: B3, 60 and 1C. RGB value is (179,96,28). Sum of RGB (Red+Green+Blue) = 179+96+28=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B3601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3601C is #4C9FE3. Grayscale: #717171. Windows color (decimal): -5021668 or 1859763. OLE color: 1859763.
HSL color Cylindrical-coordinate representation of color #B3601C: hue angle of 27.02º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3601C is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 28 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.30 |
| HSL | 27.02º | 0.73% | 0.41% | - |
| HSV(B) | 27.02º | 0.84% | 0.7% | - |
| XYZ | 22.98 | 18.03 | 3.37 | - |
| YUV | 113.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 28 | 0 | 0.46 | 0.84 | 0.30 | 27.02 | 0.73 | 0.41 |
| Hex | B3 | 60 | 1C | 0 | 2E | 54 | 1E | 1B | 49 | 29 |
| Octal | 263 | 140 | 34 | 0 | 56 | 124 | 36 | 33 | 111 | 51 |
| Binary | 10110011 | 1100000 | 11100 | 0 | 101110 | 1010100 | 11110 | 11011 | 1001001 | 101001 |
Color Harmonies of #B3601C
Complementary color
Monochromatic Colors of #B3601C
Black with #B3601C
Text Example
Text Example
White with #B3601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3601C; }
p { color: rgb(179,96,28); }
H1.HeaderClassName
{
color: #B3601C;
}
.AnyTagClassName
{
color: #B3601C;
}
</style>
background-color css
<style>
a { background-color: #B3601C; }
a { background-color: rgb(179,96,28); }
div.DivClassName
{
background-color: #B3601C;
}
.BgClassName
{
background-color: #B3601C;
}
</style>
border-color css
<style>
span { border-color: #B3601C; }
span { border-color: rgb(179,96,28); }
td.TdClassName
{
border-color: #B3601C;
}
.TagClassName
{
border-color: #B3601C;
}
</style>