Shades of Brick Red #CD3A49
Tints of Brick Red #CD3A49
RGB
CMYK
RGB Variations
Color information
#CD3A49 (or 0xCD3A49) is known color: Brick Red. HEX triplet: CD, 3A and 49. RGB value is (205,58,73). Sum of RGB (Red+Green+Blue) = 205+58+73=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A49 is #32C5B6. Grayscale: #676767. Windows color (decimal): -3327415 or 4799181. OLE color: 4799181.
HSL color Cylindrical-coordinate representation of color #CD3A49: hue angle of 353.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A49 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 73 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.20 |
| HSL | 353.88º | 0.6% | 0.52% | - |
| HSV(B) | 353.88º | 0.72% | 0.8% | - |
| XYZ | 27.89 | 16.49 | 8.02 | - |
| YUV | 103.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 73 | 0 | 0.72 | 0.64 | 0.20 | 353.88 | 0.6 | 0.52 |
| Hex | CD | 3A | 49 | 0 | 48 | 40 | 14 | 162 | 3C | 34 |
| Octal | 315 | 72 | 111 | 0 | 110 | 100 | 24 | 542 | 74 | 64 |
| Binary | 11001101 | 111010 | 1001001 | 0 | 1001000 | 1000000 | 10100 | 101100010 | 111100 | 110100 |
Color Harmonies of #CD3A49
Complementary color
Monochromatic Colors of #CD3A49
Black with #CD3A49
Text Example
Text Example
White with #CD3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A49; }
p { color: rgb(205,58,73); }
H1.HeaderClassName
{
color: #CD3A49;
}
.AnyTagClassName
{
color: #CD3A49;
}
</style>
background-color css
<style>
a { background-color: #CD3A49; }
a { background-color: rgb(205,58,73); }
div.DivClassName
{
background-color: #CD3A49;
}
.BgClassName
{
background-color: #CD3A49;
}
</style>
border-color css
<style>
span { border-color: #CD3A49; }
span { border-color: rgb(205,58,73); }
td.TdClassName
{
border-color: #CD3A49;
}
.TagClassName
{
border-color: #CD3A49;
}
</style>