Shades of Brick Red #CA3440
Tints of Brick Red #CA3440
RGB
CMYK
RGB Variations
Color information
#CA3440 (or 0xCA3440) is known color: Brick Red. HEX triplet: CA, 34 and 40. RGB value is (202,52,64). Sum of RGB (Red+Green+Blue) = 202+52+64=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3440 is #35CBBF. Grayscale: #626262. Windows color (decimal): -3525568 or 4207818. OLE color: 4207818.
HSL color Cylindrical-coordinate representation of color #CA3440: hue angle of 355.2º 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 #CA3440 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 64 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.21 |
| HSL | 355.2º | 0.59% | 0.5% | - |
| HSV(B) | 355.2º | 0.74% | 0.79% | - |
| XYZ | 26.51 | 15.38 | 6.42 | - |
| YUV | 98.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 64 | 0 | 0.74 | 0.68 | 0.21 | 355.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 40 | 0 | 4A | 44 | 15 | 163 | 3B | 32 |
| Octal | 312 | 64 | 100 | 0 | 112 | 104 | 25 | 543 | 73 | 62 |
| Binary | 11001010 | 110100 | 1000000 | 0 | 1001010 | 1000100 | 10101 | 101100011 | 111011 | 110010 |
Color Harmonies of #CA3440
Complementary color
Monochromatic Colors of #CA3440
Black with #CA3440
Text Example
Text Example
White with #CA3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3440; }
p { color: rgb(202,52,64); }
H1.HeaderClassName
{
color: #CA3440;
}
.AnyTagClassName
{
color: #CA3440;
}
</style>
background-color css
<style>
a { background-color: #CA3440; }
a { background-color: rgb(202,52,64); }
div.DivClassName
{
background-color: #CA3440;
}
.BgClassName
{
background-color: #CA3440;
}
</style>
border-color css
<style>
span { border-color: #CA3440; }
span { border-color: rgb(202,52,64); }
td.TdClassName
{
border-color: #CA3440;
}
.TagClassName
{
border-color: #CA3440;
}
</style>