Shades of Brick Red #C32E3C
Tints of Brick Red #C32E3C
RGB
CMYK
RGB Variations
Color information
#C32E3C (or 0xC32E3C) is known color: Brick Red. HEX triplet: C3, 2E and 3C. RGB value is (195,46,60). Sum of RGB (Red+Green+Blue) = 195+46+60=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E3C is #3CD1C3. Grayscale: #5C5C5C. Windows color (decimal): -3985860 or 3944131. OLE color: 3944131.
HSL color Cylindrical-coordinate representation of color #C32E3C: hue angle of 354.36º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E3C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 60 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.24 |
| HSL | 354.36º | 0.62% | 0.47% | - |
| HSV(B) | 354.36º | 0.76% | 0.76% | - |
| XYZ | 24.3 | 13.88 | 5.67 | - |
| YUV | 92.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 60 | 0 | 0.76 | 0.69 | 0.24 | 354.36 | 0.62 | 0.47 |
| Hex | C3 | 2E | 3C | 0 | 4C | 45 | 18 | 162 | 3E | 2F |
| Octal | 303 | 56 | 74 | 0 | 114 | 105 | 30 | 542 | 76 | 57 |
| Binary | 11000011 | 101110 | 111100 | 0 | 1001100 | 1000101 | 11000 | 101100010 | 111110 | 101111 |
Color Harmonies of #C32E3C
Complementary color
Monochromatic Colors of #C32E3C
Black with #C32E3C
Text Example
Text Example
White with #C32E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E3C; }
p { color: rgb(195,46,60); }
H1.HeaderClassName
{
color: #C32E3C;
}
.AnyTagClassName
{
color: #C32E3C;
}
</style>
background-color css
<style>
a { background-color: #C32E3C; }
a { background-color: rgb(195,46,60); }
div.DivClassName
{
background-color: #C32E3C;
}
.BgClassName
{
background-color: #C32E3C;
}
</style>
border-color css
<style>
span { border-color: #C32E3C; }
span { border-color: rgb(195,46,60); }
td.TdClassName
{
border-color: #C32E3C;
}
.TagClassName
{
border-color: #C32E3C;
}
</style>