Shades of Brick Red #CA3C48
Tints of Brick Red #CA3C48
RGB
CMYK
RGB Variations
Color information
#CA3C48 (or 0xCA3C48) is known color: Brick Red. HEX triplet: CA, 3C and 48. RGB value is (202,60,72). Sum of RGB (Red+Green+Blue) = 202+60+72=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C48 is #35C3B7. Grayscale: #676767. Windows color (decimal): -3523512 or 4734154. OLE color: 4734154.
HSL color Cylindrical-coordinate representation of color #CA3C48: hue angle of 354.93º 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 #CA3C48 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 72 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.21 |
| HSL | 354.93º | 0.57% | 0.51% | - |
| HSV(B) | 354.93º | 0.7% | 0.79% | - |
| XYZ | 27.14 | 16.26 | 7.84 | - |
| YUV | 103.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 72 | 0 | 0.70 | 0.64 | 0.21 | 354.93 | 0.57 | 0.51 |
| Hex | CA | 3C | 48 | 0 | 46 | 40 | 15 | 163 | 39 | 33 |
| Octal | 312 | 74 | 110 | 0 | 106 | 100 | 25 | 543 | 71 | 63 |
| Binary | 11001010 | 111100 | 1001000 | 0 | 1000110 | 1000000 | 10101 | 101100011 | 111001 | 110011 |
Color Harmonies of #CA3C48
Complementary color
Monochromatic Colors of #CA3C48
Black with #CA3C48
Text Example
Text Example
White with #CA3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C48; }
p { color: rgb(202,60,72); }
H1.HeaderClassName
{
color: #CA3C48;
}
.AnyTagClassName
{
color: #CA3C48;
}
</style>
background-color css
<style>
a { background-color: #CA3C48; }
a { background-color: rgb(202,60,72); }
div.DivClassName
{
background-color: #CA3C48;
}
.BgClassName
{
background-color: #CA3C48;
}
</style>
border-color css
<style>
span { border-color: #CA3C48; }
span { border-color: rgb(202,60,72); }
td.TdClassName
{
border-color: #CA3C48;
}
.TagClassName
{
border-color: #CA3C48;
}
</style>