Shades of Brick Red #C32C3C
Tints of Brick Red #C32C3C
RGB
CMYK
RGB Variations
Color information
#C32C3C (or 0xC32C3C) is known color: Brick Red. HEX triplet: C3, 2C and 3C. RGB value is (195,44,60). Sum of RGB (Red+Green+Blue) = 195+44+60=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C3C is #3CD3C3. Grayscale: #5B5B5B. Windows color (decimal): -3986372 or 3943619. OLE color: 3943619.
HSL color Cylindrical-coordinate representation of color #C32C3C: hue angle of 353.64º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C3C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 60 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.24 |
| HSL | 353.64º | 0.63% | 0.47% | - |
| HSV(B) | 353.64º | 0.77% | 0.76% | - |
| XYZ | 24.22 | 13.73 | 5.65 | - |
| YUV | 90.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 60 | 0 | 0.77 | 0.69 | 0.24 | 353.64 | 0.63 | 0.47 |
| Hex | C3 | 2C | 3C | 0 | 4D | 45 | 18 | 162 | 3F | 2F |
| Octal | 303 | 54 | 74 | 0 | 115 | 105 | 30 | 542 | 77 | 57 |
| Binary | 11000011 | 101100 | 111100 | 0 | 1001101 | 1000101 | 11000 | 101100010 | 111111 | 101111 |
Color Harmonies of #C32C3C
Complementary color
Monochromatic Colors of #C32C3C
Black with #C32C3C
Text Example
Text Example
White with #C32C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C3C; }
p { color: rgb(195,44,60); }
H1.HeaderClassName
{
color: #C32C3C;
}
.AnyTagClassName
{
color: #C32C3C;
}
</style>
background-color css
<style>
a { background-color: #C32C3C; }
a { background-color: rgb(195,44,60); }
div.DivClassName
{
background-color: #C32C3C;
}
.BgClassName
{
background-color: #C32C3C;
}
</style>
border-color css
<style>
span { border-color: #C32C3C; }
span { border-color: rgb(195,44,60); }
td.TdClassName
{
border-color: #C32C3C;
}
.TagClassName
{
border-color: #C32C3C;
}
</style>