Shades of Brick Red #CA2F48
Tints of Brick Red #CA2F48
RGB
CMYK
RGB Variations
Color information
#CA2F48 (or 0xCA2F48) is known color: Brick Red. HEX triplet: CA, 2F and 48. RGB value is (202,47,72). Sum of RGB (Red+Green+Blue) = 202+47+72=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F48 is #35D0B7. Grayscale: #606060. Windows color (decimal): -3526840 or 4730826. OLE color: 4730826.
HSL color Cylindrical-coordinate representation of color #CA2F48: hue angle of 350.32º 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 #CA2F48 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 72 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.21 |
| HSL | 350.32º | 0.62% | 0.49% | - |
| HSV(B) | 350.32º | 0.77% | 0.79% | - |
| XYZ | 26.54 | 15.06 | 7.64 | - |
| YUV | 96.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 72 | 0 | 0.77 | 0.64 | 0.21 | 350.32 | 0.62 | 0.49 |
| Hex | CA | 2F | 48 | 0 | 4D | 40 | 15 | 15E | 3E | 31 |
| Octal | 312 | 57 | 110 | 0 | 115 | 100 | 25 | 536 | 76 | 61 |
| Binary | 11001010 | 101111 | 1001000 | 0 | 1001101 | 1000000 | 10101 | 101011110 | 111110 | 110001 |
Color Harmonies of #CA2F48
Complementary color
Monochromatic Colors of #CA2F48
Black with #CA2F48
Text Example
Text Example
White with #CA2F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F48; }
p { color: rgb(202,47,72); }
H1.HeaderClassName
{
color: #CA2F48;
}
.AnyTagClassName
{
color: #CA2F48;
}
</style>
background-color css
<style>
a { background-color: #CA2F48; }
a { background-color: rgb(202,47,72); }
div.DivClassName
{
background-color: #CA2F48;
}
.BgClassName
{
background-color: #CA2F48;
}
</style>
border-color css
<style>
span { border-color: #CA2F48; }
span { border-color: rgb(202,47,72); }
td.TdClassName
{
border-color: #CA2F48;
}
.TagClassName
{
border-color: #CA2F48;
}
</style>