Shades of Brick Red #C32A3A
Tints of Brick Red #C32A3A
RGB
CMYK
RGB Variations
Color information
#C32A3A (or 0xC32A3A) is known color: Brick Red. HEX triplet: C3, 2A and 3A. RGB value is (195,42,58). Sum of RGB (Red+Green+Blue) = 195+42+58=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A3A is #3CD5C5. Grayscale: #595959. Windows color (decimal): -3986886 or 3812035. OLE color: 3812035.
HSL color Cylindrical-coordinate representation of color #C32A3A: hue angle of 353.73º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A3A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 58 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.24 |
| HSL | 353.73º | 0.65% | 0.46% | - |
| HSV(B) | 353.73º | 0.78% | 0.76% | - |
| XYZ | 24.1 | 13.56 | 5.35 | - |
| YUV | 89.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 58 | 0 | 0.78 | 0.70 | 0.24 | 353.73 | 0.65 | 0.46 |
| Hex | C3 | 2A | 3A | 0 | 4E | 46 | 18 | 162 | 41 | 2E |
| Octal | 303 | 52 | 72 | 0 | 116 | 106 | 30 | 542 | 101 | 56 |
| Binary | 11000011 | 101010 | 111010 | 0 | 1001110 | 1000110 | 11000 | 101100010 | 1000001 | 101110 |
Color Harmonies of #C32A3A
Complementary color
Monochromatic Colors of #C32A3A
Black with #C32A3A
Text Example
Text Example
White with #C32A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A3A; }
p { color: rgb(195,42,58); }
H1.HeaderClassName
{
color: #C32A3A;
}
.AnyTagClassName
{
color: #C32A3A;
}
</style>
background-color css
<style>
a { background-color: #C32A3A; }
a { background-color: rgb(195,42,58); }
div.DivClassName
{
background-color: #C32A3A;
}
.BgClassName
{
background-color: #C32A3A;
}
</style>
border-color css
<style>
span { border-color: #C32A3A; }
span { border-color: rgb(195,42,58); }
td.TdClassName
{
border-color: #C32A3A;
}
.TagClassName
{
border-color: #C32A3A;
}
</style>