Shades of Brick Red #C32E3E
Tints of Brick Red #C32E3E
RGB
CMYK
RGB Variations
Color information
#C32E3E (or 0xC32E3E) is known color: Brick Red. HEX triplet: C3, 2E and 3E. RGB value is (195,46,62). Sum of RGB (Red+Green+Blue) = 195+46+62=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E3E is #3CD1C1. Grayscale: #5C5C5C. Windows color (decimal): -3985858 or 4075203. OLE color: 4075203.
HSL color Cylindrical-coordinate representation of color #C32E3E: hue angle of 353.56º 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 #C32E3E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 62 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.24 |
| HSL | 353.56º | 0.62% | 0.47% | - |
| HSV(B) | 353.56º | 0.76% | 0.76% | - |
| XYZ | 24.35 | 13.9 | 5.96 | - |
| YUV | 92.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 62 | 0 | 0.76 | 0.68 | 0.24 | 353.56 | 0.62 | 0.47 |
| Hex | C3 | 2E | 3E | 0 | 4C | 44 | 18 | 162 | 3E | 2F |
| Octal | 303 | 56 | 76 | 0 | 114 | 104 | 30 | 542 | 76 | 57 |
| Binary | 11000011 | 101110 | 111110 | 0 | 1001100 | 1000100 | 11000 | 101100010 | 111110 | 101111 |
Color Harmonies of #C32E3E
Complementary color
Monochromatic Colors of #C32E3E
Black with #C32E3E
Text Example
Text Example
White with #C32E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E3E; }
p { color: rgb(195,46,62); }
H1.HeaderClassName
{
color: #C32E3E;
}
.AnyTagClassName
{
color: #C32E3E;
}
</style>
background-color css
<style>
a { background-color: #C32E3E; }
a { background-color: rgb(195,46,62); }
div.DivClassName
{
background-color: #C32E3E;
}
.BgClassName
{
background-color: #C32E3E;
}
</style>
border-color css
<style>
span { border-color: #C32E3E; }
span { border-color: rgb(195,46,62); }
td.TdClassName
{
border-color: #C32E3E;
}
.TagClassName
{
border-color: #C32E3E;
}
</style>