Shades of Brick Red #CA2548
Tints of Brick Red #CA2548
RGB
CMYK
RGB Variations
Color information
#CA2548 (or 0xCA2548) is known color: Brick Red. HEX triplet: CA, 25 and 48. RGB value is (202,37,72). Sum of RGB (Red+Green+Blue) = 202+37+72=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2548 is #35DAB7. Grayscale: #5A5A5A. Windows color (decimal): -3529400 or 4728266. OLE color: 4728266.
HSL color Cylindrical-coordinate representation of color #CA2548: hue angle of 347.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2548 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 72 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.21 |
| HSL | 347.27º | 0.69% | 0.47% | - |
| HSV(B) | 347.27º | 0.82% | 0.79% | - |
| XYZ | 26.19 | 14.35 | 7.52 | - |
| YUV | 90.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 72 | 0 | 0.82 | 0.64 | 0.21 | 347.27 | 0.69 | 0.47 |
| Hex | CA | 25 | 48 | 0 | 52 | 40 | 15 | 15B | 45 | 2F |
| Octal | 312 | 45 | 110 | 0 | 122 | 100 | 25 | 533 | 105 | 57 |
| Binary | 11001010 | 100101 | 1001000 | 0 | 1010010 | 1000000 | 10101 | 101011011 | 1000101 | 101111 |
Color Harmonies of #CA2548
Complementary color
Monochromatic Colors of #CA2548
Black with #CA2548
Text Example
Text Example
White with #CA2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2548; }
p { color: rgb(202,37,72); }
H1.HeaderClassName
{
color: #CA2548;
}
.AnyTagClassName
{
color: #CA2548;
}
</style>
background-color css
<style>
a { background-color: #CA2548; }
a { background-color: rgb(202,37,72); }
div.DivClassName
{
background-color: #CA2548;
}
.BgClassName
{
background-color: #CA2548;
}
</style>
border-color css
<style>
span { border-color: #CA2548; }
span { border-color: rgb(202,37,72); }
td.TdClassName
{
border-color: #CA2548;
}
.TagClassName
{
border-color: #CA2548;
}
</style>