Shades of Brick Red #C32939
Tints of Brick Red #C32939
RGB
CMYK
RGB Variations
Color information
#C32939 (or 0xC32939) is known color: Brick Red. HEX triplet: C3, 29 and 39. RGB value is (195,41,57). Sum of RGB (Red+Green+Blue) = 195+41+57=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32939 is #3CD6C6. Grayscale: #585858. Windows color (decimal): -3987143 or 3746243. OLE color: 3746243.
HSL color Cylindrical-coordinate representation of color #C32939: hue angle of 353.77º degrees, saturation: 0.65, 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 #C32939 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 57 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.24 |
| HSL | 353.77º | 0.65% | 0.46% | - |
| HSV(B) | 353.77º | 0.79% | 0.76% | - |
| XYZ | 24.04 | 13.48 | 5.21 | - |
| YUV | 88.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 57 | 0 | 0.79 | 0.71 | 0.24 | 353.77 | 0.65 | 0.46 |
| Hex | C3 | 29 | 39 | 0 | 4F | 47 | 18 | 162 | 41 | 2E |
| Octal | 303 | 51 | 71 | 0 | 117 | 107 | 30 | 542 | 101 | 56 |
| Binary | 11000011 | 101001 | 111001 | 0 | 1001111 | 1000111 | 11000 | 101100010 | 1000001 | 101110 |
Color Harmonies of #C32939
Complementary color
Monochromatic Colors of #C32939
Black with #C32939
Text Example
Text Example
White with #C32939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32939; }
p { color: rgb(195,41,57); }
H1.HeaderClassName
{
color: #C32939;
}
.AnyTagClassName
{
color: #C32939;
}
</style>
background-color css
<style>
a { background-color: #C32939; }
a { background-color: rgb(195,41,57); }
div.DivClassName
{
background-color: #C32939;
}
.BgClassName
{
background-color: #C32939;
}
</style>
border-color css
<style>
span { border-color: #C32939; }
span { border-color: rgb(195,41,57); }
td.TdClassName
{
border-color: #C32939;
}
.TagClassName
{
border-color: #C32939;
}
</style>