Shades of Brick Red #CA3948
Tints of Brick Red #CA3948
RGB
CMYK
RGB Variations
Color information
#CA3948 (or 0xCA3948) is known color: Brick Red. HEX triplet: CA, 39 and 48. RGB value is (202,57,72). Sum of RGB (Red+Green+Blue) = 202+57+72=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3948 is #35C6B7. Grayscale: #666666. Windows color (decimal): -3524280 or 4733386. OLE color: 4733386.
HSL color Cylindrical-coordinate representation of color #CA3948: hue angle of 353.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3948 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 72 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.21 |
| HSL | 353.79º | 0.58% | 0.51% | - |
| HSV(B) | 353.79º | 0.72% | 0.79% | - |
| XYZ | 26.99 | 15.95 | 7.79 | - |
| YUV | 102.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 72 | 0 | 0.72 | 0.64 | 0.21 | 353.79 | 0.58 | 0.51 |
| Hex | CA | 39 | 48 | 0 | 48 | 40 | 15 | 162 | 3A | 33 |
| Octal | 312 | 71 | 110 | 0 | 110 | 100 | 25 | 542 | 72 | 63 |
| Binary | 11001010 | 111001 | 1001000 | 0 | 1001000 | 1000000 | 10101 | 101100010 | 111010 | 110011 |
Color Harmonies of #CA3948
Complementary color
Monochromatic Colors of #CA3948
Black with #CA3948
Text Example
Text Example
White with #CA3948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3948; }
p { color: rgb(202,57,72); }
H1.HeaderClassName
{
color: #CA3948;
}
.AnyTagClassName
{
color: #CA3948;
}
</style>
background-color css
<style>
a { background-color: #CA3948; }
a { background-color: rgb(202,57,72); }
div.DivClassName
{
background-color: #CA3948;
}
.BgClassName
{
background-color: #CA3948;
}
</style>
border-color css
<style>
span { border-color: #CA3948; }
span { border-color: rgb(202,57,72); }
td.TdClassName
{
border-color: #CA3948;
}
.TagClassName
{
border-color: #CA3948;
}
</style>