Shades of Brick Red #C32F44
Tints of Brick Red #C32F44
RGB
CMYK
RGB Variations
Color information
#C32F44 (or 0xC32F44) is known color: Brick Red. HEX triplet: C3, 2F and 44. RGB value is (195,47,68). Sum of RGB (Red+Green+Blue) = 195+47+68=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F44 is #3CD0BB. Grayscale: #5D5D5D. Windows color (decimal): -3985596 or 4468675. OLE color: 4468675.
HSL color Cylindrical-coordinate representation of color #C32F44: hue angle of 351.49º degrees, saturation: 0.61, 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 #C32F44 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 68 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.24 |
| HSL | 351.49º | 0.61% | 0.47% | - |
| HSV(B) | 351.49º | 0.76% | 0.76% | - |
| XYZ | 24.57 | 14.05 | 6.89 | - |
| YUV | 93.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 68 | 0 | 0.76 | 0.65 | 0.24 | 351.49 | 0.61 | 0.47 |
| Hex | C3 | 2F | 44 | 0 | 4C | 41 | 18 | 15F | 3D | 2F |
| Octal | 303 | 57 | 104 | 0 | 114 | 101 | 30 | 537 | 75 | 57 |
| Binary | 11000011 | 101111 | 1000100 | 0 | 1001100 | 1000001 | 11000 | 101011111 | 111101 | 101111 |
Color Harmonies of #C32F44
Complementary color
Monochromatic Colors of #C32F44
Black with #C32F44
Text Example
Text Example
White with #C32F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F44; }
p { color: rgb(195,47,68); }
H1.HeaderClassName
{
color: #C32F44;
}
.AnyTagClassName
{
color: #C32F44;
}
</style>
background-color css
<style>
a { background-color: #C32F44; }
a { background-color: rgb(195,47,68); }
div.DivClassName
{
background-color: #C32F44;
}
.BgClassName
{
background-color: #C32F44;
}
</style>
border-color css
<style>
span { border-color: #C32F44; }
span { border-color: rgb(195,47,68); }
td.TdClassName
{
border-color: #C32F44;
}
.TagClassName
{
border-color: #C32F44;
}
</style>