Shades of Brick Red #CA2848
Tints of Brick Red #CA2848
RGB
CMYK
RGB Variations
Color information
#CA2848 (or 0xCA2848) is known color: Brick Red. HEX triplet: CA, 28 and 48. RGB value is (202,40,72). Sum of RGB (Red+Green+Blue) = 202+40+72=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2848 is #35D7B7. Grayscale: #5C5C5C. Windows color (decimal): -3528632 or 4729034. OLE color: 4729034.
HSL color Cylindrical-coordinate representation of color #CA2848: hue angle of 348.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2848 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 72 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.21 |
| HSL | 348.15º | 0.67% | 0.47% | - |
| HSV(B) | 348.15º | 0.8% | 0.79% | - |
| XYZ | 26.29 | 14.54 | 7.55 | - |
| YUV | 92.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 72 | 0 | 0.80 | 0.64 | 0.21 | 348.15 | 0.67 | 0.47 |
| Hex | CA | 28 | 48 | 0 | 50 | 40 | 15 | 15C | 43 | 2F |
| Octal | 312 | 50 | 110 | 0 | 120 | 100 | 25 | 534 | 103 | 57 |
| Binary | 11001010 | 101000 | 1001000 | 0 | 1010000 | 1000000 | 10101 | 101011100 | 1000011 | 101111 |
Color Harmonies of #CA2848
Complementary color
Monochromatic Colors of #CA2848
Black with #CA2848
Text Example
Text Example
White with #CA2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2848; }
p { color: rgb(202,40,72); }
H1.HeaderClassName
{
color: #CA2848;
}
.AnyTagClassName
{
color: #CA2848;
}
</style>
background-color css
<style>
a { background-color: #CA2848; }
a { background-color: rgb(202,40,72); }
div.DivClassName
{
background-color: #CA2848;
}
.BgClassName
{
background-color: #CA2848;
}
</style>
border-color css
<style>
span { border-color: #CA2848; }
span { border-color: rgb(202,40,72); }
td.TdClassName
{
border-color: #CA2848;
}
.TagClassName
{
border-color: #CA2848;
}
</style>