Shades of Brick Red #CA2D3C
Tints of Brick Red #CA2D3C
RGB
CMYK
RGB Variations
Color information
#CA2D3C (or 0xCA2D3C) is known color: Brick Red. HEX triplet: CA, 2D and 3C. RGB value is (202,45,60). Sum of RGB (Red+Green+Blue) = 202+45+60=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D3C is #35D2C3. Grayscale: #5D5D5D. Windows color (decimal): -3527364 or 3943882. OLE color: 3943882.
HSL color Cylindrical-coordinate representation of color #CA2D3C: hue angle of 354.27º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D3C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 60 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.21 |
| HSL | 354.27º | 0.64% | 0.48% | - |
| HSV(B) | 354.27º | 0.78% | 0.79% | - |
| XYZ | 26.11 | 14.76 | 5.75 | - |
| YUV | 93.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 60 | 0 | 0.78 | 0.70 | 0.21 | 354.27 | 0.64 | 0.48 |
| Hex | CA | 2D | 3C | 0 | 4E | 46 | 15 | 162 | 40 | 30 |
| Octal | 312 | 55 | 74 | 0 | 116 | 106 | 25 | 542 | 100 | 60 |
| Binary | 11001010 | 101101 | 111100 | 0 | 1001110 | 1000110 | 10101 | 101100010 | 1000000 | 110000 |
Color Harmonies of #CA2D3C
Complementary color
Monochromatic Colors of #CA2D3C
Black with #CA2D3C
Text Example
Text Example
White with #CA2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D3C; }
p { color: rgb(202,45,60); }
H1.HeaderClassName
{
color: #CA2D3C;
}
.AnyTagClassName
{
color: #CA2D3C;
}
</style>
background-color css
<style>
a { background-color: #CA2D3C; }
a { background-color: rgb(202,45,60); }
div.DivClassName
{
background-color: #CA2D3C;
}
.BgClassName
{
background-color: #CA2D3C;
}
</style>
border-color css
<style>
span { border-color: #CA2D3C; }
span { border-color: rgb(202,45,60); }
td.TdClassName
{
border-color: #CA2D3C;
}
.TagClassName
{
border-color: #CA2D3C;
}
</style>