Shades of Brick Red #C32D44
Tints of Brick Red #C32D44
RGB
CMYK
RGB Variations
Color information
#C32D44 (or 0xC32D44) is known color: Brick Red. HEX triplet: C3, 2D and 44. RGB value is (195,45,68). Sum of RGB (Red+Green+Blue) = 195+45+68=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D44 is #3CD2BB. Grayscale: #5C5C5C. Windows color (decimal): -3986108 or 4468163. OLE color: 4468163.
HSL color Cylindrical-coordinate representation of color #C32D44: hue angle of 350.8º 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 #C32D44 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 68 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.24 |
| HSL | 350.8º | 0.63% | 0.47% | - |
| HSV(B) | 350.8º | 0.77% | 0.76% | - |
| XYZ | 24.49 | 13.9 | 6.86 | - |
| YUV | 92.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 68 | 0 | 0.77 | 0.65 | 0.24 | 350.8 | 0.63 | 0.47 |
| Hex | C3 | 2D | 44 | 0 | 4D | 41 | 18 | 15F | 3E | 2F |
| Octal | 303 | 55 | 104 | 0 | 115 | 101 | 30 | 537 | 76 | 57 |
| Binary | 11000011 | 101101 | 1000100 | 0 | 1001101 | 1000001 | 11000 | 101011111 | 111110 | 101111 |
Color Harmonies of #C32D44
Complementary color
Monochromatic Colors of #C32D44
Black with #C32D44
Text Example
Text Example
White with #C32D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D44; }
p { color: rgb(195,45,68); }
H1.HeaderClassName
{
color: #C32D44;
}
.AnyTagClassName
{
color: #C32D44;
}
</style>
background-color css
<style>
a { background-color: #C32D44; }
a { background-color: rgb(195,45,68); }
div.DivClassName
{
background-color: #C32D44;
}
.BgClassName
{
background-color: #C32D44;
}
</style>
border-color css
<style>
span { border-color: #C32D44; }
span { border-color: rgb(195,45,68); }
td.TdClassName
{
border-color: #C32D44;
}
.TagClassName
{
border-color: #C32D44;
}
</style>