Shades of Brick Red #CA333E
Tints of Brick Red #CA333E
RGB
CMYK
RGB Variations
Color information
#CA333E (or 0xCA333E) is known color: Brick Red. HEX triplet: CA, 33 and 3E. RGB value is (202,51,62). Sum of RGB (Red+Green+Blue) = 202+51+62=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA333E is #35CCC1. Grayscale: #616161. Windows color (decimal): -3525826 or 4076490. OLE color: 4076490.
HSL color Cylindrical-coordinate representation of color #CA333E: hue angle of 355.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA333E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 62 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.21 |
| HSL | 355.63º | 0.6% | 0.5% | - |
| HSV(B) | 355.63º | 0.75% | 0.79% | - |
| XYZ | 26.41 | 15.27 | 6.11 | - |
| YUV | 97.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 62 | 0 | 0.75 | 0.69 | 0.21 | 355.63 | 0.6 | 0.5 |
| Hex | CA | 33 | 3E | 0 | 4B | 45 | 15 | 164 | 3C | 32 |
| Octal | 312 | 63 | 76 | 0 | 113 | 105 | 25 | 544 | 74 | 62 |
| Binary | 11001010 | 110011 | 111110 | 0 | 1001011 | 1000101 | 10101 | 101100100 | 111100 | 110010 |
Color Harmonies of #CA333E
Complementary color
Monochromatic Colors of #CA333E
Black with #CA333E
Text Example
Text Example
White with #CA333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA333E; }
p { color: rgb(202,51,62); }
H1.HeaderClassName
{
color: #CA333E;
}
.AnyTagClassName
{
color: #CA333E;
}
</style>
background-color css
<style>
a { background-color: #CA333E; }
a { background-color: rgb(202,51,62); }
div.DivClassName
{
background-color: #CA333E;
}
.BgClassName
{
background-color: #CA333E;
}
</style>
border-color css
<style>
span { border-color: #CA333E; }
span { border-color: rgb(202,51,62); }
td.TdClassName
{
border-color: #CA333E;
}
.TagClassName
{
border-color: #CA333E;
}
</style>