Shades of Brick Red #CA3743
Tints of Brick Red #CA3743
RGB
CMYK
RGB Variations
Color information
#CA3743 (or 0xCA3743) is known color: Brick Red. HEX triplet: CA, 37 and 43. RGB value is (202,55,67). Sum of RGB (Red+Green+Blue) = 202+55+67=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3743 is #35C8BC. Grayscale: #646464. Windows color (decimal): -3524797 or 4405194. OLE color: 4405194.
HSL color Cylindrical-coordinate representation of color #CA3743: hue angle of 355.1º 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 #CA3743 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 67 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.21 |
| HSL | 355.1º | 0.58% | 0.5% | - |
| HSV(B) | 355.1º | 0.73% | 0.79% | - |
| XYZ | 26.74 | 15.69 | 6.93 | - |
| YUV | 100.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 67 | 0 | 0.73 | 0.67 | 0.21 | 355.1 | 0.58 | 0.5 |
| Hex | CA | 37 | 43 | 0 | 49 | 43 | 15 | 163 | 3A | 32 |
| Octal | 312 | 67 | 103 | 0 | 111 | 103 | 25 | 543 | 72 | 62 |
| Binary | 11001010 | 110111 | 1000011 | 0 | 1001001 | 1000011 | 10101 | 101100011 | 111010 | 110010 |
Color Harmonies of #CA3743
Complementary color
Monochromatic Colors of #CA3743
Black with #CA3743
Text Example
Text Example
White with #CA3743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3743; }
p { color: rgb(202,55,67); }
H1.HeaderClassName
{
color: #CA3743;
}
.AnyTagClassName
{
color: #CA3743;
}
</style>
background-color css
<style>
a { background-color: #CA3743; }
a { background-color: rgb(202,55,67); }
div.DivClassName
{
background-color: #CA3743;
}
.BgClassName
{
background-color: #CA3743;
}
</style>
border-color css
<style>
span { border-color: #CA3743; }
span { border-color: rgb(202,55,67); }
td.TdClassName
{
border-color: #CA3743;
}
.TagClassName
{
border-color: #CA3743;
}
</style>