Shades of Brick Red #CA2D3A
Tints of Brick Red #CA2D3A
RGB
CMYK
RGB Variations
Color information
#CA2D3A (or 0xCA2D3A) is known color: Brick Red. HEX triplet: CA, 2D and 3A. RGB value is (202,45,58). Sum of RGB (Red+Green+Blue) = 202+45+58=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D3A is #35D2C5. Grayscale: #5D5D5D. Windows color (decimal): -3527366 or 3812810. OLE color: 3812810.
HSL color Cylindrical-coordinate representation of color #CA2D3A: hue angle of 355.03º 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 #CA2D3A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 58 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.21 |
| HSL | 355.03º | 0.64% | 0.48% | - |
| HSV(B) | 355.03º | 0.78% | 0.79% | - |
| XYZ | 26.06 | 14.74 | 5.47 | - |
| YUV | 93.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 58 | 0 | 0.78 | 0.71 | 0.21 | 355.03 | 0.64 | 0.48 |
| Hex | CA | 2D | 3A | 0 | 4E | 47 | 15 | 163 | 40 | 30 |
| Octal | 312 | 55 | 72 | 0 | 116 | 107 | 25 | 543 | 100 | 60 |
| Binary | 11001010 | 101101 | 111010 | 0 | 1001110 | 1000111 | 10101 | 101100011 | 1000000 | 110000 |
Color Harmonies of #CA2D3A
Complementary color
Monochromatic Colors of #CA2D3A
Black with #CA2D3A
Text Example
Text Example
White with #CA2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D3A; }
p { color: rgb(202,45,58); }
H1.HeaderClassName
{
color: #CA2D3A;
}
.AnyTagClassName
{
color: #CA2D3A;
}
</style>
background-color css
<style>
a { background-color: #CA2D3A; }
a { background-color: rgb(202,45,58); }
div.DivClassName
{
background-color: #CA2D3A;
}
.BgClassName
{
background-color: #CA2D3A;
}
</style>
border-color css
<style>
span { border-color: #CA2D3A; }
span { border-color: rgb(202,45,58); }
td.TdClassName
{
border-color: #CA2D3A;
}
.TagClassName
{
border-color: #CA2D3A;
}
</style>