Shades of Brick Red #CA2642
Tints of Brick Red #CA2642
RGB
CMYK
RGB Variations
Color information
#CA2642 (or 0xCA2642) is known color: Brick Red. HEX triplet: CA, 26 and 42. RGB value is (202,38,66). Sum of RGB (Red+Green+Blue) = 202+38+66=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2642 is #35D9BD. Grayscale: #5A5A5A. Windows color (decimal): -3529150 or 4335306. OLE color: 4335306.
HSL color Cylindrical-coordinate representation of color #CA2642: hue angle of 349.76º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2642 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 66 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.21 |
| HSL | 349.76º | 0.68% | 0.47% | - |
| HSV(B) | 349.76º | 0.81% | 0.79% | - |
| XYZ | 26.03 | 14.34 | 6.55 | - |
| YUV | 90.23 | 114.33 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 66 | 0 | 0.81 | 0.67 | 0.21 | 349.76 | 0.68 | 0.47 |
| Hex | CA | 26 | 42 | 0 | 51 | 43 | 15 | 15E | 44 | 2F |
| Octal | 312 | 46 | 102 | 0 | 121 | 103 | 25 | 536 | 104 | 57 |
| Binary | 11001010 | 100110 | 1000010 | 0 | 1010001 | 1000011 | 10101 | 101011110 | 1000100 | 101111 |
Color Harmonies of #CA2642
Complementary color
Monochromatic Colors of #CA2642
Black with #CA2642
Text Example
Text Example
White with #CA2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2642; }
p { color: rgb(202,38,66); }
H1.HeaderClassName
{
color: #CA2642;
}
.AnyTagClassName
{
color: #CA2642;
}
</style>
background-color css
<style>
a { background-color: #CA2642; }
a { background-color: rgb(202,38,66); }
div.DivClassName
{
background-color: #CA2642;
}
.BgClassName
{
background-color: #CA2642;
}
</style>
border-color css
<style>
span { border-color: #CA2642; }
span { border-color: rgb(202,38,66); }
td.TdClassName
{
border-color: #CA2642;
}
.TagClassName
{
border-color: #CA2642;
}
</style>