Shades of Brick Red #C32C44
Tints of Brick Red #C32C44
RGB
CMYK
RGB Variations
Color information
#C32C44 (or 0xC32C44) is known color: Brick Red. HEX triplet: C3, 2C and 44. RGB value is (195,44,68). Sum of RGB (Red+Green+Blue) = 195+44+68=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C44 is #3CD3BB. Grayscale: #5B5B5B. Windows color (decimal): -3986364 or 4467907. OLE color: 4467907.
HSL color Cylindrical-coordinate representation of color #C32C44: hue angle of 350.46º degrees, saturation: 0.63, 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 #C32C44 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 68 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.24 |
| HSL | 350.46º | 0.63% | 0.47% | - |
| HSV(B) | 350.46º | 0.77% | 0.76% | - |
| XYZ | 24.45 | 13.82 | 6.85 | - |
| YUV | 91.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 68 | 0 | 0.77 | 0.65 | 0.24 | 350.46 | 0.63 | 0.47 |
| Hex | C3 | 2C | 44 | 0 | 4D | 41 | 18 | 15E | 3F | 2F |
| Octal | 303 | 54 | 104 | 0 | 115 | 101 | 30 | 536 | 77 | 57 |
| Binary | 11000011 | 101100 | 1000100 | 0 | 1001101 | 1000001 | 11000 | 101011110 | 111111 | 101111 |
Color Harmonies of #C32C44
Complementary color
Monochromatic Colors of #C32C44
Black with #C32C44
Text Example
Text Example
White with #C32C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C44; }
p { color: rgb(195,44,68); }
H1.HeaderClassName
{
color: #C32C44;
}
.AnyTagClassName
{
color: #C32C44;
}
</style>
background-color css
<style>
a { background-color: #C32C44; }
a { background-color: rgb(195,44,68); }
div.DivClassName
{
background-color: #C32C44;
}
.BgClassName
{
background-color: #C32C44;
}
</style>
border-color css
<style>
span { border-color: #C32C44; }
span { border-color: rgb(195,44,68); }
td.TdClassName
{
border-color: #C32C44;
}
.TagClassName
{
border-color: #C32C44;
}
</style>