Shades of Brick Red #CA3249
Tints of Brick Red #CA3249
RGB
CMYK
RGB Variations
Color information
#CA3249 (or 0xCA3249) is known color: Brick Red. HEX triplet: CA, 32 and 49. RGB value is (202,50,73). Sum of RGB (Red+Green+Blue) = 202+50+73=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3249 is #35CDB6. Grayscale: #626262. Windows color (decimal): -3526071 or 4797130. OLE color: 4797130.
HSL color Cylindrical-coordinate representation of color #CA3249: hue angle of 350.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3249 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 73 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.21 |
| HSL | 350.92º | 0.6% | 0.49% | - |
| HSV(B) | 350.92º | 0.75% | 0.79% | - |
| XYZ | 26.7 | 15.32 | 7.85 | - |
| YUV | 98.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 73 | 0 | 0.75 | 0.64 | 0.21 | 350.92 | 0.6 | 0.49 |
| Hex | CA | 32 | 49 | 0 | 4B | 40 | 15 | 15F | 3C | 31 |
| Octal | 312 | 62 | 111 | 0 | 113 | 100 | 25 | 537 | 74 | 61 |
| Binary | 11001010 | 110010 | 1001001 | 0 | 1001011 | 1000000 | 10101 | 101011111 | 111100 | 110001 |
Color Harmonies of #CA3249
Complementary color
Monochromatic Colors of #CA3249
Black with #CA3249
Text Example
Text Example
White with #CA3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3249; }
p { color: rgb(202,50,73); }
H1.HeaderClassName
{
color: #CA3249;
}
.AnyTagClassName
{
color: #CA3249;
}
</style>
background-color css
<style>
a { background-color: #CA3249; }
a { background-color: rgb(202,50,73); }
div.DivClassName
{
background-color: #CA3249;
}
.BgClassName
{
background-color: #CA3249;
}
</style>
border-color css
<style>
span { border-color: #CA3249; }
span { border-color: rgb(202,50,73); }
td.TdClassName
{
border-color: #CA3249;
}
.TagClassName
{
border-color: #CA3249;
}
</style>