Shades of Brick Red #CA3048
Tints of Brick Red #CA3048
RGB
CMYK
RGB Variations
Color information
#CA3048 (or 0xCA3048) is known color: Brick Red. HEX triplet: CA, 30 and 48. RGB value is (202,48,72). Sum of RGB (Red+Green+Blue) = 202+48+72=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3048 is #35CFB7. Grayscale: #606060. Windows color (decimal): -3526584 or 4731082. OLE color: 4731082.
HSL color Cylindrical-coordinate representation of color #CA3048: hue angle of 350.65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3048 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 72 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.21 |
| HSL | 350.65º | 0.62% | 0.49% | - |
| HSV(B) | 350.65º | 0.76% | 0.79% | - |
| XYZ | 26.58 | 15.14 | 7.65 | - |
| YUV | 96.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 72 | 0 | 0.76 | 0.64 | 0.21 | 350.65 | 0.62 | 0.49 |
| Hex | CA | 30 | 48 | 0 | 4C | 40 | 15 | 15F | 3E | 31 |
| Octal | 312 | 60 | 110 | 0 | 114 | 100 | 25 | 537 | 76 | 61 |
| Binary | 11001010 | 110000 | 1001000 | 0 | 1001100 | 1000000 | 10101 | 101011111 | 111110 | 110001 |
Color Harmonies of #CA3048
Complementary color
Monochromatic Colors of #CA3048
Black with #CA3048
Text Example
Text Example
White with #CA3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3048; }
p { color: rgb(202,48,72); }
H1.HeaderClassName
{
color: #CA3048;
}
.AnyTagClassName
{
color: #CA3048;
}
</style>
background-color css
<style>
a { background-color: #CA3048; }
a { background-color: rgb(202,48,72); }
div.DivClassName
{
background-color: #CA3048;
}
.BgClassName
{
background-color: #CA3048;
}
</style>
border-color css
<style>
span { border-color: #CA3048; }
span { border-color: rgb(202,48,72); }
td.TdClassName
{
border-color: #CA3048;
}
.TagClassName
{
border-color: #CA3048;
}
</style>