Shades of Christine #B3632A
Tints of Christine #B3632A
RGB
CMYK
RGB Variations
Color information
#B3632A (or 0xB3632A) is known color: Christine. HEX triplet: B3, 63 and 2A. RGB value is (179,99,42). Sum of RGB (Red+Green+Blue) = 179+99+42=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3632A is #4C9CD5. Grayscale: #747474. Windows color (decimal): -5020886 or 2778035. OLE color: 2778035.
HSL color Cylindrical-coordinate representation of color #B3632A: hue angle of 24.96º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3632A is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 42 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.30 |
| HSL | 24.96º | 0.62% | 0.43% | - |
| HSV(B) | 24.96º | 0.77% | 0.7% | - |
| XYZ | 23.47 | 18.67 | 4.56 | - |
| YUV | 116.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 42 | 0 | 0.45 | 0.77 | 0.30 | 24.96 | 0.62 | 0.43 |
| Hex | B3 | 63 | 2A | 0 | 2D | 4D | 1E | 19 | 3E | 2B |
| Octal | 263 | 143 | 52 | 0 | 55 | 115 | 36 | 31 | 76 | 53 |
| Binary | 10110011 | 1100011 | 101010 | 0 | 101101 | 1001101 | 11110 | 11001 | 111110 | 101011 |
Color Harmonies of #B3632A
Complementary color
Monochromatic Colors of #B3632A
Black with #B3632A
Text Example
Text Example
White with #B3632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3632A; }
p { color: rgb(179,99,42); }
H1.HeaderClassName
{
color: #B3632A;
}
.AnyTagClassName
{
color: #B3632A;
}
</style>
background-color css
<style>
a { background-color: #B3632A; }
a { background-color: rgb(179,99,42); }
div.DivClassName
{
background-color: #B3632A;
}
.BgClassName
{
background-color: #B3632A;
}
</style>
border-color css
<style>
span { border-color: #B3632A; }
span { border-color: rgb(179,99,42); }
td.TdClassName
{
border-color: #B3632A;
}
.TagClassName
{
border-color: #B3632A;
}
</style>