Shades of Brick Red #CA313D
Tints of Brick Red #CA313D
RGB
CMYK
RGB Variations
Color information
#CA313D (or 0xCA313D) is known color: Brick Red. HEX triplet: CA, 31 and 3D. RGB value is (202,49,61). Sum of RGB (Red+Green+Blue) = 202+49+61=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA313D is #35CEC2. Grayscale: #606060. Windows color (decimal): -3526339 or 4010442. OLE color: 4010442.
HSL color Cylindrical-coordinate representation of color #CA313D: hue angle of 355.29º 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 #CA313D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 61 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.21 |
| HSL | 355.29º | 0.61% | 0.49% | - |
| HSV(B) | 355.29º | 0.76% | 0.79% | - |
| XYZ | 26.3 | 15.09 | 5.94 | - |
| YUV | 96.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 61 | 0 | 0.76 | 0.70 | 0.21 | 355.29 | 0.61 | 0.49 |
| Hex | CA | 31 | 3D | 0 | 4C | 46 | 15 | 163 | 3D | 31 |
| Octal | 312 | 61 | 75 | 0 | 114 | 106 | 25 | 543 | 75 | 61 |
| Binary | 11001010 | 110001 | 111101 | 0 | 1001100 | 1000110 | 10101 | 101100011 | 111101 | 110001 |
Color Harmonies of #CA313D
Complementary color
Monochromatic Colors of #CA313D
Black with #CA313D
Text Example
Text Example
White with #CA313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA313D; }
p { color: rgb(202,49,61); }
H1.HeaderClassName
{
color: #CA313D;
}
.AnyTagClassName
{
color: #CA313D;
}
</style>
background-color css
<style>
a { background-color: #CA313D; }
a { background-color: rgb(202,49,61); }
div.DivClassName
{
background-color: #CA313D;
}
.BgClassName
{
background-color: #CA313D;
}
</style>
border-color css
<style>
span { border-color: #CA313D; }
span { border-color: rgb(202,49,61); }
td.TdClassName
{
border-color: #CA313D;
}
.TagClassName
{
border-color: #CA313D;
}
</style>