Shades of Brick Red #CA2D3D
Tints of Brick Red #CA2D3D
RGB
CMYK
RGB Variations
Color information
#CA2D3D (or 0xCA2D3D) is known color: Brick Red. HEX triplet: CA, 2D and 3D. RGB value is (202,45,61). Sum of RGB (Red+Green+Blue) = 202+45+61=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D3D is #35D2C2. Grayscale: #5D5D5D. Windows color (decimal): -3527363 or 4009418. OLE color: 4009418.
HSL color Cylindrical-coordinate representation of color #CA2D3D: hue angle of 353.89º 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 #CA2D3D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 61 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.21 |
| HSL | 353.89º | 0.64% | 0.48% | - |
| HSV(B) | 353.89º | 0.78% | 0.79% | - |
| XYZ | 26.14 | 14.77 | 5.89 | - |
| YUV | 93.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 61 | 0 | 0.78 | 0.70 | 0.21 | 353.89 | 0.64 | 0.48 |
| Hex | CA | 2D | 3D | 0 | 4E | 46 | 15 | 162 | 40 | 30 |
| Octal | 312 | 55 | 75 | 0 | 116 | 106 | 25 | 542 | 100 | 60 |
| Binary | 11001010 | 101101 | 111101 | 0 | 1001110 | 1000110 | 10101 | 101100010 | 1000000 | 110000 |
Color Harmonies of #CA2D3D
Complementary color
Monochromatic Colors of #CA2D3D
Black with #CA2D3D
Text Example
Text Example
White with #CA2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D3D; }
p { color: rgb(202,45,61); }
H1.HeaderClassName
{
color: #CA2D3D;
}
.AnyTagClassName
{
color: #CA2D3D;
}
</style>
background-color css
<style>
a { background-color: #CA2D3D; }
a { background-color: rgb(202,45,61); }
div.DivClassName
{
background-color: #CA2D3D;
}
.BgClassName
{
background-color: #CA2D3D;
}
</style>
border-color css
<style>
span { border-color: #CA2D3D; }
span { border-color: rgb(202,45,61); }
td.TdClassName
{
border-color: #CA2D3D;
}
.TagClassName
{
border-color: #CA2D3D;
}
</style>