Shades of Brick Red #CA3E4A
Tints of Brick Red #CA3E4A
RGB
CMYK
RGB Variations
Color information
#CA3E4A (or 0xCA3E4A) is known color: Brick Red. HEX triplet: CA, 3E and 4A. RGB value is (202,62,74). Sum of RGB (Red+Green+Blue) = 202+62+74=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E4A is #35C1B5. Grayscale: #696969. Windows color (decimal): -3522998 or 4865738. OLE color: 4865738.
HSL color Cylindrical-coordinate representation of color #CA3E4A: hue angle of 354.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E4A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 74 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.21 |
| HSL | 354.86º | 0.57% | 0.52% | - |
| HSV(B) | 354.86º | 0.69% | 0.79% | - |
| XYZ | 27.32 | 16.5 | 8.22 | - |
| YUV | 105.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 74 | 0 | 0.69 | 0.63 | 0.21 | 354.86 | 0.57 | 0.52 |
| Hex | CA | 3E | 4A | 0 | 45 | 3F | 15 | 163 | 39 | 34 |
| Octal | 312 | 76 | 112 | 0 | 105 | 77 | 25 | 543 | 71 | 64 |
| Binary | 11001010 | 111110 | 1001010 | 0 | 1000101 | 111111 | 10101 | 101100011 | 111001 | 110100 |
Color Harmonies of #CA3E4A
Complementary color
Monochromatic Colors of #CA3E4A
Black with #CA3E4A
Text Example
Text Example
White with #CA3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E4A; }
p { color: rgb(202,62,74); }
H1.HeaderClassName
{
color: #CA3E4A;
}
.AnyTagClassName
{
color: #CA3E4A;
}
</style>
background-color css
<style>
a { background-color: #CA3E4A; }
a { background-color: rgb(202,62,74); }
div.DivClassName
{
background-color: #CA3E4A;
}
.BgClassName
{
background-color: #CA3E4A;
}
</style>
border-color css
<style>
span { border-color: #CA3E4A; }
span { border-color: rgb(202,62,74); }
td.TdClassName
{
border-color: #CA3E4A;
}
.TagClassName
{
border-color: #CA3E4A;
}
</style>