Shades of Brick Red #CA3C4C
Tints of Brick Red #CA3C4C
RGB
CMYK
RGB Variations
Color information
#CA3C4C (or 0xCA3C4C) is known color: Brick Red. HEX triplet: CA, 3C and 4C. RGB value is (202,60,76). Sum of RGB (Red+Green+Blue) = 202+60+76=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C4C is #35C3B3. Grayscale: #686868. Windows color (decimal): -3523508 or 4996298. OLE color: 4996298.
HSL color Cylindrical-coordinate representation of color #CA3C4C: hue angle of 353.24º 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 #CA3C4C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 76 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.21 |
| HSL | 353.24º | 0.57% | 0.51% | - |
| HSV(B) | 353.24º | 0.7% | 0.79% | - |
| XYZ | 27.28 | 16.31 | 8.55 | - |
| YUV | 104.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 76 | 0 | 0.70 | 0.62 | 0.21 | 353.24 | 0.57 | 0.51 |
| Hex | CA | 3C | 4C | 0 | 46 | 3E | 15 | 161 | 39 | 33 |
| Octal | 312 | 74 | 114 | 0 | 106 | 76 | 25 | 541 | 71 | 63 |
| Binary | 11001010 | 111100 | 1001100 | 0 | 1000110 | 111110 | 10101 | 101100001 | 111001 | 110011 |
Color Harmonies of #CA3C4C
Complementary color
Monochromatic Colors of #CA3C4C
Black with #CA3C4C
Text Example
Text Example
White with #CA3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C4C; }
p { color: rgb(202,60,76); }
H1.HeaderClassName
{
color: #CA3C4C;
}
.AnyTagClassName
{
color: #CA3C4C;
}
</style>
background-color css
<style>
a { background-color: #CA3C4C; }
a { background-color: rgb(202,60,76); }
div.DivClassName
{
background-color: #CA3C4C;
}
.BgClassName
{
background-color: #CA3C4C;
}
</style>
border-color css
<style>
span { border-color: #CA3C4C; }
span { border-color: rgb(202,60,76); }
td.TdClassName
{
border-color: #CA3C4C;
}
.TagClassName
{
border-color: #CA3C4C;
}
</style>