Shades of Brick Red #C34049
Tints of Brick Red #C34049
RGB
CMYK
RGB Variations
Color information
#C34049 (or 0xC34049) is known color: Brick Red. HEX triplet: C3, 40 and 49. RGB value is (195,64,73). Sum of RGB (Red+Green+Blue) = 195+64+73=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34049 is #3CBFB6. Grayscale: #686868. Windows color (decimal): -3981239 or 4800707. OLE color: 4800707.
HSL color Cylindrical-coordinate representation of color #C34049: hue angle of 355.88º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34049 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 73 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.24 |
| HSL | 355.88º | 0.52% | 0.51% | - |
| HSV(B) | 355.88º | 0.67% | 0.76% | - |
| XYZ | 25.54 | 15.75 | 8 | - |
| YUV | 104.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 73 | 0 | 0.67 | 0.63 | 0.24 | 355.88 | 0.52 | 0.51 |
| Hex | C3 | 40 | 49 | 0 | 43 | 3F | 18 | 164 | 34 | 33 |
| Octal | 303 | 100 | 111 | 0 | 103 | 77 | 30 | 544 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1001001 | 0 | 1000011 | 111111 | 11000 | 101100100 | 110100 | 110011 |
Color Harmonies of #C34049
Complementary color
Monochromatic Colors of #C34049
Black with #C34049
Text Example
Text Example
White with #C34049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34049; }
p { color: rgb(195,64,73); }
H1.HeaderClassName
{
color: #C34049;
}
.AnyTagClassName
{
color: #C34049;
}
</style>
background-color css
<style>
a { background-color: #C34049; }
a { background-color: rgb(195,64,73); }
div.DivClassName
{
background-color: #C34049;
}
.BgClassName
{
background-color: #C34049;
}
</style>
border-color css
<style>
span { border-color: #C34049; }
span { border-color: rgb(195,64,73); }
td.TdClassName
{
border-color: #C34049;
}
.TagClassName
{
border-color: #C34049;
}
</style>