Shades of Brick Red #CA2F3C
Tints of Brick Red #CA2F3C
RGB
CMYK
RGB Variations
Color information
#CA2F3C (or 0xCA2F3C) is known color: Brick Red. HEX triplet: CA, 2F and 3C. RGB value is (202,47,60). Sum of RGB (Red+Green+Blue) = 202+47+60=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F3C is #35D0C3. Grayscale: #5E5E5E. Windows color (decimal): -3526852 or 3944394. OLE color: 3944394.
HSL color Cylindrical-coordinate representation of color #CA2F3C: hue angle of 354.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F3C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 60 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.21 |
| HSL | 354.97º | 0.62% | 0.49% | - |
| HSV(B) | 354.97º | 0.77% | 0.79% | - |
| XYZ | 26.19 | 14.92 | 5.77 | - |
| YUV | 94.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 60 | 0 | 0.77 | 0.70 | 0.21 | 354.97 | 0.62 | 0.49 |
| Hex | CA | 2F | 3C | 0 | 4D | 46 | 15 | 163 | 3E | 31 |
| Octal | 312 | 57 | 74 | 0 | 115 | 106 | 25 | 543 | 76 | 61 |
| Binary | 11001010 | 101111 | 111100 | 0 | 1001101 | 1000110 | 10101 | 101100011 | 111110 | 110001 |
Color Harmonies of #CA2F3C
Complementary color
Monochromatic Colors of #CA2F3C
Black with #CA2F3C
Text Example
Text Example
White with #CA2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F3C; }
p { color: rgb(202,47,60); }
H1.HeaderClassName
{
color: #CA2F3C;
}
.AnyTagClassName
{
color: #CA2F3C;
}
</style>
background-color css
<style>
a { background-color: #CA2F3C; }
a { background-color: rgb(202,47,60); }
div.DivClassName
{
background-color: #CA2F3C;
}
.BgClassName
{
background-color: #CA2F3C;
}
</style>
border-color css
<style>
span { border-color: #CA2F3C; }
span { border-color: rgb(202,47,60); }
td.TdClassName
{
border-color: #CA2F3C;
}
.TagClassName
{
border-color: #CA2F3C;
}
</style>