Shades of Brick Red #CA3846
Tints of Brick Red #CA3846
RGB
CMYK
RGB Variations
Color information
#CA3846 (or 0xCA3846) is known color: Brick Red. HEX triplet: CA, 38 and 46. RGB value is (202,56,70). Sum of RGB (Red+Green+Blue) = 202+56+70=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3846 is #35C7B9. Grayscale: #656565. Windows color (decimal): -3524538 or 4602058. OLE color: 4602058.
HSL color Cylindrical-coordinate representation of color #CA3846: hue angle of 354.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3846 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 70 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.21 |
| HSL | 354.25º | 0.58% | 0.51% | - |
| HSV(B) | 354.25º | 0.72% | 0.79% | - |
| XYZ | 26.88 | 15.83 | 7.43 | - |
| YUV | 101.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 70 | 0 | 0.72 | 0.65 | 0.21 | 354.25 | 0.58 | 0.51 |
| Hex | CA | 38 | 46 | 0 | 48 | 41 | 15 | 162 | 3A | 33 |
| Octal | 312 | 70 | 106 | 0 | 110 | 101 | 25 | 542 | 72 | 63 |
| Binary | 11001010 | 111000 | 1000110 | 0 | 1001000 | 1000001 | 10101 | 101100010 | 111010 | 110011 |
Color Harmonies of #CA3846
Complementary color
Monochromatic Colors of #CA3846
Black with #CA3846
Text Example
Text Example
White with #CA3846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3846; }
p { color: rgb(202,56,70); }
H1.HeaderClassName
{
color: #CA3846;
}
.AnyTagClassName
{
color: #CA3846;
}
</style>
background-color css
<style>
a { background-color: #CA3846; }
a { background-color: rgb(202,56,70); }
div.DivClassName
{
background-color: #CA3846;
}
.BgClassName
{
background-color: #CA3846;
}
</style>
border-color css
<style>
span { border-color: #CA3846; }
span { border-color: rgb(202,56,70); }
td.TdClassName
{
border-color: #CA3846;
}
.TagClassName
{
border-color: #CA3846;
}
</style>