Shades of Brick Red #CA323D
Tints of Brick Red #CA323D
RGB
CMYK
RGB Variations
Color information
#CA323D (or 0xCA323D) is known color: Brick Red. HEX triplet: CA, 32 and 3D. RGB value is (202,50,61). Sum of RGB (Red+Green+Blue) = 202+50+61=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA323D is #35CDC2. Grayscale: #606060. Windows color (decimal): -3526083 or 4010698. OLE color: 4010698.
HSL color Cylindrical-coordinate representation of color #CA323D: hue angle of 355.66º 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 #CA323D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.21 |
| HSL | 355.66º | 0.6% | 0.49% | - |
| HSV(B) | 355.66º | 0.75% | 0.79% | - |
| XYZ | 26.34 | 15.17 | 5.96 | - |
| YUV | 96.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 61 | 0 | 0.75 | 0.70 | 0.21 | 355.66 | 0.6 | 0.49 |
| Hex | CA | 32 | 3D | 0 | 4B | 46 | 15 | 164 | 3C | 31 |
| Octal | 312 | 62 | 75 | 0 | 113 | 106 | 25 | 544 | 74 | 61 |
| Binary | 11001010 | 110010 | 111101 | 0 | 1001011 | 1000110 | 10101 | 101100100 | 111100 | 110001 |
Color Harmonies of #CA323D
Complementary color
Monochromatic Colors of #CA323D
Black with #CA323D
Text Example
Text Example
White with #CA323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA323D; }
p { color: rgb(202,50,61); }
H1.HeaderClassName
{
color: #CA323D;
}
.AnyTagClassName
{
color: #CA323D;
}
</style>
background-color css
<style>
a { background-color: #CA323D; }
a { background-color: rgb(202,50,61); }
div.DivClassName
{
background-color: #CA323D;
}
.BgClassName
{
background-color: #CA323D;
}
</style>
border-color css
<style>
span { border-color: #CA323D; }
span { border-color: rgb(202,50,61); }
td.TdClassName
{
border-color: #CA323D;
}
.TagClassName
{
border-color: #CA323D;
}
</style>