Shades of Brick Red #CA324B
Tints of Brick Red #CA324B
RGB
CMYK
RGB Variations
Color information
#CA324B (or 0xCA324B) is known color: Brick Red. HEX triplet: CA, 32 and 4B. RGB value is (202,50,75). Sum of RGB (Red+Green+Blue) = 202+50+75=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA324B is #35CDB4. Grayscale: #626262. Windows color (decimal): -3526069 or 4928202. OLE color: 4928202.
HSL color Cylindrical-coordinate representation of color #CA324B: hue angle of 350.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA324B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 75 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.21 |
| HSL | 350.13º | 0.6% | 0.49% | - |
| HSV(B) | 350.13º | 0.75% | 0.79% | - |
| XYZ | 26.77 | 15.35 | 8.21 | - |
| YUV | 98.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 75 | 0 | 0.75 | 0.63 | 0.21 | 350.13 | 0.6 | 0.49 |
| Hex | CA | 32 | 4B | 0 | 4B | 3F | 15 | 15E | 3C | 31 |
| Octal | 312 | 62 | 113 | 0 | 113 | 77 | 25 | 536 | 74 | 61 |
| Binary | 11001010 | 110010 | 1001011 | 0 | 1001011 | 111111 | 10101 | 101011110 | 111100 | 110001 |
Color Harmonies of #CA324B
Complementary color
Monochromatic Colors of #CA324B
Black with #CA324B
Text Example
Text Example
White with #CA324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA324B; }
p { color: rgb(202,50,75); }
H1.HeaderClassName
{
color: #CA324B;
}
.AnyTagClassName
{
color: #CA324B;
}
</style>
background-color css
<style>
a { background-color: #CA324B; }
a { background-color: rgb(202,50,75); }
div.DivClassName
{
background-color: #CA324B;
}
.BgClassName
{
background-color: #CA324B;
}
</style>
border-color css
<style>
span { border-color: #CA324B; }
span { border-color: rgb(202,50,75); }
td.TdClassName
{
border-color: #CA324B;
}
.TagClassName
{
border-color: #CA324B;
}
</style>