Shades of Brick Red #CA354B
Tints of Brick Red #CA354B
RGB
CMYK
RGB Variations
Color information
#CA354B (or 0xCA354B) is known color: Brick Red. HEX triplet: CA, 35 and 4B. RGB value is (202,53,75). Sum of RGB (Red+Green+Blue) = 202+53+75=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA354B is #35CAB4. Grayscale: #646464. Windows color (decimal): -3525301 or 4928970. OLE color: 4928970.
HSL color Cylindrical-coordinate representation of color #CA354B: hue angle of 351.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA354B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 75 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.21 |
| HSL | 351.14º | 0.58% | 0.5% | - |
| HSV(B) | 351.14º | 0.74% | 0.79% | - |
| XYZ | 26.9 | 15.61 | 8.25 | - |
| YUV | 100.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 75 | 0 | 0.74 | 0.63 | 0.21 | 351.14 | 0.58 | 0.5 |
| Hex | CA | 35 | 4B | 0 | 4A | 3F | 15 | 15F | 3A | 32 |
| Octal | 312 | 65 | 113 | 0 | 112 | 77 | 25 | 537 | 72 | 62 |
| Binary | 11001010 | 110101 | 1001011 | 0 | 1001010 | 111111 | 10101 | 101011111 | 111010 | 110010 |
Color Harmonies of #CA354B
Complementary color
Monochromatic Colors of #CA354B
Black with #CA354B
Text Example
Text Example
White with #CA354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA354B; }
p { color: rgb(202,53,75); }
H1.HeaderClassName
{
color: #CA354B;
}
.AnyTagClassName
{
color: #CA354B;
}
</style>
background-color css
<style>
a { background-color: #CA354B; }
a { background-color: rgb(202,53,75); }
div.DivClassName
{
background-color: #CA354B;
}
.BgClassName
{
background-color: #CA354B;
}
</style>
border-color css
<style>
span { border-color: #CA354B; }
span { border-color: rgb(202,53,75); }
td.TdClassName
{
border-color: #CA354B;
}
.TagClassName
{
border-color: #CA354B;
}
</style>