Shades of Brick Red #C32D41
Tints of Brick Red #C32D41
RGB
CMYK
RGB Variations
Color information
#C32D41 (or 0xC32D41) is known color: Brick Red. HEX triplet: C3, 2D and 41. RGB value is (195,45,65). Sum of RGB (Red+Green+Blue) = 195+45+65=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D41 is #3CD2BE. Grayscale: #5C5C5C. Windows color (decimal): -3986111 or 4271555. OLE color: 4271555.
HSL color Cylindrical-coordinate representation of color #C32D41: hue angle of 352º degrees, saturation: 0.62, 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 #C32D41 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 65 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.24 |
| HSL | 352º | 0.63% | 0.47% | - |
| HSV(B) | 352º | 0.77% | 0.76% | - |
| XYZ | 24.4 | 13.86 | 6.39 | - |
| YUV | 92.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 65 | 0 | 0.77 | 0.67 | 0.24 | 352 | 0.63 | 0.47 |
| Hex | C3 | 2D | 41 | 0 | 4D | 43 | 18 | 160 | 3E | 2F |
| Octal | 303 | 55 | 101 | 0 | 115 | 103 | 30 | 540 | 76 | 57 |
| Binary | 11000011 | 101101 | 1000001 | 0 | 1001101 | 1000011 | 11000 | 101100000 | 111110 | 101111 |
Color Harmonies of #C32D41
Complementary color
Monochromatic Colors of #C32D41
Black with #C32D41
Text Example
Text Example
White with #C32D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D41; }
p { color: rgb(195,45,65); }
H1.HeaderClassName
{
color: #C32D41;
}
.AnyTagClassName
{
color: #C32D41;
}
</style>
background-color css
<style>
a { background-color: #C32D41; }
a { background-color: rgb(195,45,65); }
div.DivClassName
{
background-color: #C32D41;
}
.BgClassName
{
background-color: #C32D41;
}
</style>
border-color css
<style>
span { border-color: #C32D41; }
span { border-color: rgb(195,45,65); }
td.TdClassName
{
border-color: #C32D41;
}
.TagClassName
{
border-color: #C32D41;
}
</style>