Shades of Brick Red #CA344B
Tints of Brick Red #CA344B
RGB
CMYK
RGB Variations
Color information
#CA344B (or 0xCA344B) is known color: Brick Red. HEX triplet: CA, 34 and 4B. RGB value is (202,52,75). Sum of RGB (Red+Green+Blue) = 202+52+75=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA344B is #35CBB4. Grayscale: #636363. Windows color (decimal): -3525557 or 4928714. OLE color: 4928714.
HSL color Cylindrical-coordinate representation of color #CA344B: hue angle of 350.8º degrees, saturation: 0.59, 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 #CA344B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 75 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.21 |
| HSL | 350.8º | 0.59% | 0.5% | - |
| HSV(B) | 350.8º | 0.74% | 0.79% | - |
| XYZ | 26.86 | 15.52 | 8.24 | - |
| YUV | 99.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 75 | 0 | 0.74 | 0.63 | 0.21 | 350.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 4B | 0 | 4A | 3F | 15 | 15F | 3B | 32 |
| Octal | 312 | 64 | 113 | 0 | 112 | 77 | 25 | 537 | 73 | 62 |
| Binary | 11001010 | 110100 | 1001011 | 0 | 1001010 | 111111 | 10101 | 101011111 | 111011 | 110010 |
Color Harmonies of #CA344B
Complementary color
Monochromatic Colors of #CA344B
Black with #CA344B
Text Example
Text Example
White with #CA344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA344B; }
p { color: rgb(202,52,75); }
H1.HeaderClassName
{
color: #CA344B;
}
.AnyTagClassName
{
color: #CA344B;
}
</style>
background-color css
<style>
a { background-color: #CA344B; }
a { background-color: rgb(202,52,75); }
div.DivClassName
{
background-color: #CA344B;
}
.BgClassName
{
background-color: #CA344B;
}
</style>
border-color css
<style>
span { border-color: #CA344B; }
span { border-color: rgb(202,52,75); }
td.TdClassName
{
border-color: #CA344B;
}
.TagClassName
{
border-color: #CA344B;
}
</style>