Shades of Brick Red #CA3A49
Tints of Brick Red #CA3A49
RGB
CMYK
RGB Variations
Color information
#CA3A49 (or 0xCA3A49) is known color: Brick Red. HEX triplet: CA, 3A and 49. RGB value is (202,58,73). Sum of RGB (Red+Green+Blue) = 202+58+73=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A49 is #35C5B6. Grayscale: #666666. Windows color (decimal): -3524023 or 4799178. OLE color: 4799178.
HSL color Cylindrical-coordinate representation of color #CA3A49: hue angle of 353.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A49 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 73 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.21 |
| HSL | 353.75º | 0.58% | 0.51% | - |
| HSV(B) | 353.75º | 0.71% | 0.79% | - |
| XYZ | 27.07 | 16.06 | 7.98 | - |
| YUV | 102.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 73 | 0 | 0.71 | 0.64 | 0.21 | 353.75 | 0.58 | 0.51 |
| Hex | CA | 3A | 49 | 0 | 47 | 40 | 15 | 162 | 3A | 33 |
| Octal | 312 | 72 | 111 | 0 | 107 | 100 | 25 | 542 | 72 | 63 |
| Binary | 11001010 | 111010 | 1001001 | 0 | 1000111 | 1000000 | 10101 | 101100010 | 111010 | 110011 |
Color Harmonies of #CA3A49
Complementary color
Monochromatic Colors of #CA3A49
Black with #CA3A49
Text Example
Text Example
White with #CA3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A49; }
p { color: rgb(202,58,73); }
H1.HeaderClassName
{
color: #CA3A49;
}
.AnyTagClassName
{
color: #CA3A49;
}
</style>
background-color css
<style>
a { background-color: #CA3A49; }
a { background-color: rgb(202,58,73); }
div.DivClassName
{
background-color: #CA3A49;
}
.BgClassName
{
background-color: #CA3A49;
}
</style>
border-color css
<style>
span { border-color: #CA3A49; }
span { border-color: rgb(202,58,73); }
td.TdClassName
{
border-color: #CA3A49;
}
.TagClassName
{
border-color: #CA3A49;
}
</style>