Shades of Brick Red #C32840
Tints of Brick Red #C32840
RGB
CMYK
RGB Variations
Color information
#C32840 (or 0xC32840) is known color: Brick Red. HEX triplet: C3, 28 and 40. RGB value is (195,40,64). Sum of RGB (Red+Green+Blue) = 195+40+64=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C32840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32840 is #3CD7BF. Grayscale: #595959. Windows color (decimal): -3987392 or 4204739. OLE color: 4204739.
HSL color Cylindrical-coordinate representation of color #C32840: hue angle of 350.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32840 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 64 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.24 |
| HSL | 350.71º | 0.66% | 0.46% | - |
| HSV(B) | 350.71º | 0.79% | 0.76% | - |
| XYZ | 24.19 | 13.49 | 6.18 | - |
| YUV | 89.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 64 | 0 | 0.79 | 0.67 | 0.24 | 350.71 | 0.66 | 0.46 |
| Hex | C3 | 28 | 40 | 0 | 4F | 43 | 18 | 15F | 42 | 2E |
| Octal | 303 | 50 | 100 | 0 | 117 | 103 | 30 | 537 | 102 | 56 |
| Binary | 11000011 | 101000 | 1000000 | 0 | 1001111 | 1000011 | 11000 | 101011111 | 1000010 | 101110 |
Color Harmonies of #C32840
Complementary color
Monochromatic Colors of #C32840
Black with #C32840
Text Example
Text Example
White with #C32840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32840; }
p { color: rgb(195,40,64); }
H1.HeaderClassName
{
color: #C32840;
}
.AnyTagClassName
{
color: #C32840;
}
</style>
background-color css
<style>
a { background-color: #C32840; }
a { background-color: rgb(195,40,64); }
div.DivClassName
{
background-color: #C32840;
}
.BgClassName
{
background-color: #C32840;
}
</style>
border-color css
<style>
span { border-color: #C32840; }
span { border-color: rgb(195,40,64); }
td.TdClassName
{
border-color: #C32840;
}
.TagClassName
{
border-color: #C32840;
}
</style>