Shades of Brick Red #C32844
Tints of Brick Red #C32844
RGB
CMYK
RGB Variations
Color information
#C32844 (or 0xC32844) is known color: Brick Red. HEX triplet: C3, 28 and 44. RGB value is (195,40,68). Sum of RGB (Red+Green+Blue) = 195+40+68=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32844 is #3CD7BB. Grayscale: #595959. Windows color (decimal): -3987388 or 4466883. OLE color: 4466883.
HSL color Cylindrical-coordinate representation of color #C32844: hue angle of 349.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32844 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 68 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.24 |
| HSL | 349.16º | 0.66% | 0.46% | - |
| HSV(B) | 349.16º | 0.79% | 0.76% | - |
| XYZ | 24.31 | 13.54 | 6.8 | - |
| YUV | 89.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 68 | 0 | 0.79 | 0.65 | 0.24 | 349.16 | 0.66 | 0.46 |
| Hex | C3 | 28 | 44 | 0 | 4F | 41 | 18 | 15D | 42 | 2E |
| Octal | 303 | 50 | 104 | 0 | 117 | 101 | 30 | 535 | 102 | 56 |
| Binary | 11000011 | 101000 | 1000100 | 0 | 1001111 | 1000001 | 11000 | 101011101 | 1000010 | 101110 |
Color Harmonies of #C32844
Complementary color
Monochromatic Colors of #C32844
Black with #C32844
Text Example
Text Example
White with #C32844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32844; }
p { color: rgb(195,40,68); }
H1.HeaderClassName
{
color: #C32844;
}
.AnyTagClassName
{
color: #C32844;
}
</style>
background-color css
<style>
a { background-color: #C32844; }
a { background-color: rgb(195,40,68); }
div.DivClassName
{
background-color: #C32844;
}
.BgClassName
{
background-color: #C32844;
}
</style>
border-color css
<style>
span { border-color: #C32844; }
span { border-color: rgb(195,40,68); }
td.TdClassName
{
border-color: #C32844;
}
.TagClassName
{
border-color: #C32844;
}
</style>