Shades of Brick Red #CA3044
Tints of Brick Red #CA3044
RGB
CMYK
RGB Variations
Color information
#CA3044 (or 0xCA3044) is known color: Brick Red. HEX triplet: CA, 30 and 44. RGB value is (202,48,68). Sum of RGB (Red+Green+Blue) = 202+48+68=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3044 is #35CFBB. Grayscale: #606060. Windows color (decimal): -3526588 or 4468938. OLE color: 4468938.
HSL color Cylindrical-coordinate representation of color #CA3044: hue angle of 352.21º degrees, saturation: 0.62, 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 #CA3044 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 68 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.21 |
| HSL | 352.21º | 0.62% | 0.49% | - |
| HSV(B) | 352.21º | 0.76% | 0.79% | - |
| XYZ | 26.46 | 15.09 | 6.99 | - |
| YUV | 96.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 68 | 0 | 0.76 | 0.66 | 0.21 | 352.21 | 0.62 | 0.49 |
| Hex | CA | 30 | 44 | 0 | 4C | 42 | 15 | 160 | 3E | 31 |
| Octal | 312 | 60 | 104 | 0 | 114 | 102 | 25 | 540 | 76 | 61 |
| Binary | 11001010 | 110000 | 1000100 | 0 | 1001100 | 1000010 | 10101 | 101100000 | 111110 | 110001 |
Color Harmonies of #CA3044
Complementary color
Monochromatic Colors of #CA3044
Black with #CA3044
Text Example
Text Example
White with #CA3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3044; }
p { color: rgb(202,48,68); }
H1.HeaderClassName
{
color: #CA3044;
}
.AnyTagClassName
{
color: #CA3044;
}
</style>
background-color css
<style>
a { background-color: #CA3044; }
a { background-color: rgb(202,48,68); }
div.DivClassName
{
background-color: #CA3044;
}
.BgClassName
{
background-color: #CA3044;
}
</style>
border-color css
<style>
span { border-color: #CA3044; }
span { border-color: rgb(202,48,68); }
td.TdClassName
{
border-color: #CA3044;
}
.TagClassName
{
border-color: #CA3044;
}
</style>