Shades of Brick Red #C32E39
Tints of Brick Red #C32E39
RGB
CMYK
RGB Variations
Color information
#C32E39 (or 0xC32E39) is known color: Brick Red. HEX triplet: C3, 2E and 39. RGB value is (195,46,57). Sum of RGB (Red+Green+Blue) = 195+46+57=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E39 is #3CD1C6. Grayscale: #5B5B5B. Windows color (decimal): -3985863 or 3747523. OLE color: 3747523.
HSL color Cylindrical-coordinate representation of color #C32E39: hue angle of 355.57º 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 #C32E39 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 57 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.24 |
| HSL | 355.57º | 0.62% | 0.47% | - |
| HSV(B) | 355.57º | 0.76% | 0.76% | - |
| XYZ | 24.22 | 13.85 | 5.27 | - |
| YUV | 91.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 57 | 0 | 0.76 | 0.71 | 0.24 | 355.57 | 0.62 | 0.47 |
| Hex | C3 | 2E | 39 | 0 | 4C | 47 | 18 | 164 | 3E | 2F |
| Octal | 303 | 56 | 71 | 0 | 114 | 107 | 30 | 544 | 76 | 57 |
| Binary | 11000011 | 101110 | 111001 | 0 | 1001100 | 1000111 | 11000 | 101100100 | 111110 | 101111 |
Color Harmonies of #C32E39
Complementary color
Monochromatic Colors of #C32E39
Black with #C32E39
Text Example
Text Example
White with #C32E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E39; }
p { color: rgb(195,46,57); }
H1.HeaderClassName
{
color: #C32E39;
}
.AnyTagClassName
{
color: #C32E39;
}
</style>
background-color css
<style>
a { background-color: #C32E39; }
a { background-color: rgb(195,46,57); }
div.DivClassName
{
background-color: #C32E39;
}
.BgClassName
{
background-color: #C32E39;
}
</style>
border-color css
<style>
span { border-color: #C32E39; }
span { border-color: rgb(195,46,57); }
td.TdClassName
{
border-color: #C32E39;
}
.TagClassName
{
border-color: #C32E39;
}
</style>