Shades of Brick Red #CA3746
Tints of Brick Red #CA3746
RGB
CMYK
RGB Variations
Color information
#CA3746 (or 0xCA3746) is known color: Brick Red. HEX triplet: CA, 37 and 46. RGB value is (202,55,70). Sum of RGB (Red+Green+Blue) = 202+55+70=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3746 is #35C8B9. Grayscale: #646464. Windows color (decimal): -3524794 or 4601802. OLE color: 4601802.
HSL color Cylindrical-coordinate representation of color #CA3746: hue angle of 353.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3746 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 70 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.21 |
| HSL | 353.88º | 0.58% | 0.5% | - |
| HSV(B) | 353.88º | 0.73% | 0.79% | - |
| XYZ | 26.83 | 15.73 | 7.42 | - |
| YUV | 100.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 70 | 0 | 0.73 | 0.65 | 0.21 | 353.88 | 0.58 | 0.5 |
| Hex | CA | 37 | 46 | 0 | 49 | 41 | 15 | 162 | 3A | 32 |
| Octal | 312 | 67 | 106 | 0 | 111 | 101 | 25 | 542 | 72 | 62 |
| Binary | 11001010 | 110111 | 1000110 | 0 | 1001001 | 1000001 | 10101 | 101100010 | 111010 | 110010 |
Color Harmonies of #CA3746
Complementary color
Monochromatic Colors of #CA3746
Black with #CA3746
Text Example
Text Example
White with #CA3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3746; }
p { color: rgb(202,55,70); }
H1.HeaderClassName
{
color: #CA3746;
}
.AnyTagClassName
{
color: #CA3746;
}
</style>
background-color css
<style>
a { background-color: #CA3746; }
a { background-color: rgb(202,55,70); }
div.DivClassName
{
background-color: #CA3746;
}
.BgClassName
{
background-color: #CA3746;
}
</style>
border-color css
<style>
span { border-color: #CA3746; }
span { border-color: rgb(202,55,70); }
td.TdClassName
{
border-color: #CA3746;
}
.TagClassName
{
border-color: #CA3746;
}
</style>