Shades of Brick Red #CA3141
Tints of Brick Red #CA3141
RGB
CMYK
RGB Variations
Color information
#CA3141 (or 0xCA3141) is known color: Brick Red. HEX triplet: CA, 31 and 41. RGB value is (202,49,65). Sum of RGB (Red+Green+Blue) = 202+49+65=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3141 is #35CEBE. Grayscale: #606060. Windows color (decimal): -3526335 or 4272586. OLE color: 4272586.
HSL color Cylindrical-coordinate representation of color #CA3141: hue angle of 353.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3141 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 65 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.21 |
| HSL | 353.73º | 0.61% | 0.49% | - |
| HSV(B) | 353.73º | 0.76% | 0.79% | - |
| XYZ | 26.41 | 15.13 | 6.53 | - |
| YUV | 96.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 65 | 0 | 0.76 | 0.68 | 0.21 | 353.73 | 0.61 | 0.49 |
| Hex | CA | 31 | 41 | 0 | 4C | 44 | 15 | 162 | 3D | 31 |
| Octal | 312 | 61 | 101 | 0 | 114 | 104 | 25 | 542 | 75 | 61 |
| Binary | 11001010 | 110001 | 1000001 | 0 | 1001100 | 1000100 | 10101 | 101100010 | 111101 | 110001 |
Color Harmonies of #CA3141
Complementary color
Monochromatic Colors of #CA3141
Black with #CA3141
Text Example
Text Example
White with #CA3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3141; }
p { color: rgb(202,49,65); }
H1.HeaderClassName
{
color: #CA3141;
}
.AnyTagClassName
{
color: #CA3141;
}
</style>
background-color css
<style>
a { background-color: #CA3141; }
a { background-color: rgb(202,49,65); }
div.DivClassName
{
background-color: #CA3141;
}
.BgClassName
{
background-color: #CA3141;
}
</style>
border-color css
<style>
span { border-color: #CA3141; }
span { border-color: rgb(202,49,65); }
td.TdClassName
{
border-color: #CA3141;
}
.TagClassName
{
border-color: #CA3141;
}
</style>