Shades of Brick Red #CA3443
Tints of Brick Red #CA3443
RGB
CMYK
RGB Variations
Color information
#CA3443 (or 0xCA3443) is known color: Brick Red. HEX triplet: CA, 34 and 43. RGB value is (202,52,67). Sum of RGB (Red+Green+Blue) = 202+52+67=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3443 is #35CBBC. Grayscale: #626262. Windows color (decimal): -3525565 or 4404426. OLE color: 4404426.
HSL color Cylindrical-coordinate representation of color #CA3443: hue angle of 354º 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 #CA3443 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 67 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.21 |
| HSL | 354º | 0.59% | 0.5% | - |
| HSV(B) | 354º | 0.74% | 0.79% | - |
| XYZ | 26.6 | 15.42 | 6.88 | - |
| YUV | 98.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 67 | 0 | 0.74 | 0.67 | 0.21 | 354 | 0.59 | 0.5 |
| Hex | CA | 34 | 43 | 0 | 4A | 43 | 15 | 162 | 3B | 32 |
| Octal | 312 | 64 | 103 | 0 | 112 | 103 | 25 | 542 | 73 | 62 |
| Binary | 11001010 | 110100 | 1000011 | 0 | 1001010 | 1000011 | 10101 | 101100010 | 111011 | 110010 |
Color Harmonies of #CA3443
Complementary color
Monochromatic Colors of #CA3443
Black with #CA3443
Text Example
Text Example
White with #CA3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3443; }
p { color: rgb(202,52,67); }
H1.HeaderClassName
{
color: #CA3443;
}
.AnyTagClassName
{
color: #CA3443;
}
</style>
background-color css
<style>
a { background-color: #CA3443; }
a { background-color: rgb(202,52,67); }
div.DivClassName
{
background-color: #CA3443;
}
.BgClassName
{
background-color: #CA3443;
}
</style>
border-color css
<style>
span { border-color: #CA3443; }
span { border-color: rgb(202,52,67); }
td.TdClassName
{
border-color: #CA3443;
}
.TagClassName
{
border-color: #CA3443;
}
</style>