Shades of Brick Red #CA2D46
Tints of Brick Red #CA2D46
RGB
CMYK
RGB Variations
Color information
#CA2D46 (or 0xCA2D46) is known color: Brick Red. HEX triplet: CA, 2D and 46. RGB value is (202,45,70). Sum of RGB (Red+Green+Blue) = 202+45+70=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D46 is #35D2B9. Grayscale: #5E5E5E. Windows color (decimal): -3527354 or 4599242. OLE color: 4599242.
HSL color Cylindrical-coordinate representation of color #CA2D46: hue angle of 350.45º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D46 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 70 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.21 |
| HSL | 350.45º | 0.64% | 0.48% | - |
| HSV(B) | 350.45º | 0.78% | 0.79% | - |
| XYZ | 26.4 | 14.88 | 7.27 | - |
| YUV | 94.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 70 | 0 | 0.78 | 0.65 | 0.21 | 350.45 | 0.64 | 0.48 |
| Hex | CA | 2D | 46 | 0 | 4E | 41 | 15 | 15E | 40 | 30 |
| Octal | 312 | 55 | 106 | 0 | 116 | 101 | 25 | 536 | 100 | 60 |
| Binary | 11001010 | 101101 | 1000110 | 0 | 1001110 | 1000001 | 10101 | 101011110 | 1000000 | 110000 |
Color Harmonies of #CA2D46
Complementary color
Monochromatic Colors of #CA2D46
Black with #CA2D46
Text Example
Text Example
White with #CA2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D46; }
p { color: rgb(202,45,70); }
H1.HeaderClassName
{
color: #CA2D46;
}
.AnyTagClassName
{
color: #CA2D46;
}
</style>
background-color css
<style>
a { background-color: #CA2D46; }
a { background-color: rgb(202,45,70); }
div.DivClassName
{
background-color: #CA2D46;
}
.BgClassName
{
background-color: #CA2D46;
}
</style>
border-color css
<style>
span { border-color: #CA2D46; }
span { border-color: rgb(202,45,70); }
td.TdClassName
{
border-color: #CA2D46;
}
.TagClassName
{
border-color: #CA2D46;
}
</style>