Shades of Brick Red #C32E3D
Tints of Brick Red #C32E3D
RGB
CMYK
RGB Variations
Color information
#C32E3D (or 0xC32E3D) is known color: Brick Red. HEX triplet: C3, 2E and 3D. RGB value is (195,46,61). Sum of RGB (Red+Green+Blue) = 195+46+61=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E3D is #3CD1C2. Grayscale: #5C5C5C. Windows color (decimal): -3985859 or 4009667. OLE color: 4009667.
HSL color Cylindrical-coordinate representation of color #C32E3D: hue angle of 353.96º 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 #C32E3D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 61 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.24 |
| HSL | 353.96º | 0.62% | 0.47% | - |
| HSV(B) | 353.96º | 0.76% | 0.76% | - |
| XYZ | 24.32 | 13.89 | 5.81 | - |
| YUV | 92.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 61 | 0 | 0.76 | 0.69 | 0.24 | 353.96 | 0.62 | 0.47 |
| Hex | C3 | 2E | 3D | 0 | 4C | 45 | 18 | 162 | 3E | 2F |
| Octal | 303 | 56 | 75 | 0 | 114 | 105 | 30 | 542 | 76 | 57 |
| Binary | 11000011 | 101110 | 111101 | 0 | 1001100 | 1000101 | 11000 | 101100010 | 111110 | 101111 |
Color Harmonies of #C32E3D
Complementary color
Monochromatic Colors of #C32E3D
Black with #C32E3D
Text Example
Text Example
White with #C32E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E3D; }
p { color: rgb(195,46,61); }
H1.HeaderClassName
{
color: #C32E3D;
}
.AnyTagClassName
{
color: #C32E3D;
}
</style>
background-color css
<style>
a { background-color: #C32E3D; }
a { background-color: rgb(195,46,61); }
div.DivClassName
{
background-color: #C32E3D;
}
.BgClassName
{
background-color: #C32E3D;
}
</style>
border-color css
<style>
span { border-color: #C32E3D; }
span { border-color: rgb(195,46,61); }
td.TdClassName
{
border-color: #C32E3D;
}
.TagClassName
{
border-color: #C32E3D;
}
</style>