Shades of Brick Red #CA2443
Tints of Brick Red #CA2443
RGB
CMYK
RGB Variations
Color information
#CA2443 (or 0xCA2443) is known color: Brick Red. HEX triplet: CA, 24 and 43. RGB value is (202,36,67). Sum of RGB (Red+Green+Blue) = 202+36+67=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2443 is #35DBBC. Grayscale: #595959. Windows color (decimal): -3529661 or 4400330. OLE color: 4400330.
HSL color Cylindrical-coordinate representation of color #CA2443: hue angle of 348.8º degrees, saturation: 0.7, 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 #CA2443 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 67 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.21 |
| HSL | 348.8º | 0.7% | 0.47% | - |
| HSV(B) | 348.8º | 0.82% | 0.79% | - |
| XYZ | 26 | 14.22 | 6.69 | - |
| YUV | 89.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 67 | 0 | 0.82 | 0.67 | 0.21 | 348.8 | 0.7 | 0.47 |
| Hex | CA | 24 | 43 | 0 | 52 | 43 | 15 | 15D | 46 | 2F |
| Octal | 312 | 44 | 103 | 0 | 122 | 103 | 25 | 535 | 106 | 57 |
| Binary | 11001010 | 100100 | 1000011 | 0 | 1010010 | 1000011 | 10101 | 101011101 | 1000110 | 101111 |
Color Harmonies of #CA2443
Complementary color
Monochromatic Colors of #CA2443
Black with #CA2443
Text Example
Text Example
White with #CA2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2443; }
p { color: rgb(202,36,67); }
H1.HeaderClassName
{
color: #CA2443;
}
.AnyTagClassName
{
color: #CA2443;
}
</style>
background-color css
<style>
a { background-color: #CA2443; }
a { background-color: rgb(202,36,67); }
div.DivClassName
{
background-color: #CA2443;
}
.BgClassName
{
background-color: #CA2443;
}
</style>
border-color css
<style>
span { border-color: #CA2443; }
span { border-color: rgb(202,36,67); }
td.TdClassName
{
border-color: #CA2443;
}
.TagClassName
{
border-color: #CA2443;
}
</style>