Shades of Brick Red #CA3C49
Tints of Brick Red #CA3C49
RGB
CMYK
RGB Variations
Color information
#CA3C49 (or 0xCA3C49) is known color: Brick Red. HEX triplet: CA, 3C and 49. RGB value is (202,60,73). Sum of RGB (Red+Green+Blue) = 202+60+73=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C49 is #35C3B6. Grayscale: #686868. Windows color (decimal): -3523511 or 4799690. OLE color: 4799690.
HSL color Cylindrical-coordinate representation of color #CA3C49: hue angle of 354.51º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C49 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 73 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.21 |
| HSL | 354.51º | 0.57% | 0.51% | - |
| HSV(B) | 354.51º | 0.7% | 0.79% | - |
| XYZ | 27.18 | 16.27 | 8.01 | - |
| YUV | 103.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 73 | 0 | 0.70 | 0.64 | 0.21 | 354.51 | 0.57 | 0.51 |
| Hex | CA | 3C | 49 | 0 | 46 | 40 | 15 | 163 | 39 | 33 |
| Octal | 312 | 74 | 111 | 0 | 106 | 100 | 25 | 543 | 71 | 63 |
| Binary | 11001010 | 111100 | 1001001 | 0 | 1000110 | 1000000 | 10101 | 101100011 | 111001 | 110011 |
Color Harmonies of #CA3C49
Complementary color
Monochromatic Colors of #CA3C49
Black with #CA3C49
Text Example
Text Example
White with #CA3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C49; }
p { color: rgb(202,60,73); }
H1.HeaderClassName
{
color: #CA3C49;
}
.AnyTagClassName
{
color: #CA3C49;
}
</style>
background-color css
<style>
a { background-color: #CA3C49; }
a { background-color: rgb(202,60,73); }
div.DivClassName
{
background-color: #CA3C49;
}
.BgClassName
{
background-color: #CA3C49;
}
</style>
border-color css
<style>
span { border-color: #CA3C49; }
span { border-color: rgb(202,60,73); }
td.TdClassName
{
border-color: #CA3C49;
}
.TagClassName
{
border-color: #CA3C49;
}
</style>