Shades of Brick Red #CB324A
Tints of Brick Red #CB324A
RGB
CMYK
RGB Variations
Color information
#CB324A (or 0xCB324A) is known color: Brick Red. HEX triplet: CB, 32 and 4A. RGB value is (203,50,74). Sum of RGB (Red+Green+Blue) = 203+50+74=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB324A is #34CDB5. Grayscale: #626262. Windows color (decimal): -3460534 or 4862667. OLE color: 4862667.
HSL color Cylindrical-coordinate representation of color #CB324A: hue angle of 350.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB324A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.20 |
| HSL | 350.59º | 0.6% | 0.5% | - |
| HSV(B) | 350.59º | 0.75% | 0.8% | - |
| XYZ | 27.01 | 15.47 | 8.04 | - |
| YUV | 98.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 74 | 0 | 0.75 | 0.64 | 0.20 | 350.59 | 0.6 | 0.5 |
| Hex | CB | 32 | 4A | 0 | 4B | 40 | 14 | 15F | 3C | 32 |
| Octal | 313 | 62 | 112 | 0 | 113 | 100 | 24 | 537 | 74 | 62 |
| Binary | 11001011 | 110010 | 1001010 | 0 | 1001011 | 1000000 | 10100 | 101011111 | 111100 | 110010 |
Color Harmonies of #CB324A
Complementary color
Monochromatic Colors of #CB324A
Black with #CB324A
Text Example
Text Example
White with #CB324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB324A; }
p { color: rgb(203,50,74); }
H1.HeaderClassName
{
color: #CB324A;
}
.AnyTagClassName
{
color: #CB324A;
}
</style>
background-color css
<style>
a { background-color: #CB324A; }
a { background-color: rgb(203,50,74); }
div.DivClassName
{
background-color: #CB324A;
}
.BgClassName
{
background-color: #CB324A;
}
</style>
border-color css
<style>
span { border-color: #CB324A; }
span { border-color: rgb(203,50,74); }
td.TdClassName
{
border-color: #CB324A;
}
.TagClassName
{
border-color: #CB324A;
}
</style>