Shades of Brick Red #CA404D
Tints of Brick Red #CA404D
RGB
CMYK
RGB Variations
Color information
#CA404D (or 0xCA404D) is known color: Brick Red. HEX triplet: CA, 40 and 4D. RGB value is (202,64,77). Sum of RGB (Red+Green+Blue) = 202+64+77=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA404D is #35BFB2. Grayscale: #6A6A6A. Windows color (decimal): -3522483 or 5062858. OLE color: 5062858.
HSL color Cylindrical-coordinate representation of color #CA404D: hue angle of 354.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA404D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.21 |
| HSL | 354.35º | 0.57% | 0.52% | - |
| HSV(B) | 354.35º | 0.68% | 0.79% | - |
| XYZ | 27.53 | 16.76 | 8.81 | - |
| YUV | 106.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 77 | 0 | 0.68 | 0.62 | 0.21 | 354.35 | 0.57 | 0.52 |
| Hex | CA | 40 | 4D | 0 | 44 | 3E | 15 | 162 | 39 | 34 |
| Octal | 312 | 100 | 115 | 0 | 104 | 76 | 25 | 542 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1001101 | 0 | 1000100 | 111110 | 10101 | 101100010 | 111001 | 110100 |
Color Harmonies of #CA404D
Complementary color
Monochromatic Colors of #CA404D
Black with #CA404D
Text Example
Text Example
White with #CA404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA404D; }
p { color: rgb(202,64,77); }
H1.HeaderClassName
{
color: #CA404D;
}
.AnyTagClassName
{
color: #CA404D;
}
</style>
background-color css
<style>
a { background-color: #CA404D; }
a { background-color: rgb(202,64,77); }
div.DivClassName
{
background-color: #CA404D;
}
.BgClassName
{
background-color: #CA404D;
}
</style>
border-color css
<style>
span { border-color: #CA404D; }
span { border-color: rgb(202,64,77); }
td.TdClassName
{
border-color: #CA404D;
}
.TagClassName
{
border-color: #CA404D;
}
</style>