Shades of Brick Red #CA3446
Tints of Brick Red #CA3446
RGB
CMYK
RGB Variations
Color information
#CA3446 (or 0xCA3446) is known color: Brick Red. HEX triplet: CA, 34 and 46. RGB value is (202,52,70). Sum of RGB (Red+Green+Blue) = 202+52+70=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3446 is #35CBB9. Grayscale: #626262. Windows color (decimal): -3525562 or 4601034. OLE color: 4601034.
HSL color Cylindrical-coordinate representation of color #CA3446: hue angle of 352.8º 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 #CA3446 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 70 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.21 |
| HSL | 352.8º | 0.59% | 0.5% | - |
| HSV(B) | 352.8º | 0.74% | 0.79% | - |
| XYZ | 26.69 | 15.45 | 7.37 | - |
| YUV | 98.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 70 | 0 | 0.74 | 0.65 | 0.21 | 352.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 46 | 0 | 4A | 41 | 15 | 161 | 3B | 32 |
| Octal | 312 | 64 | 106 | 0 | 112 | 101 | 25 | 541 | 73 | 62 |
| Binary | 11001010 | 110100 | 1000110 | 0 | 1001010 | 1000001 | 10101 | 101100001 | 111011 | 110010 |
Color Harmonies of #CA3446
Complementary color
Monochromatic Colors of #CA3446
Black with #CA3446
Text Example
Text Example
White with #CA3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3446; }
p { color: rgb(202,52,70); }
H1.HeaderClassName
{
color: #CA3446;
}
.AnyTagClassName
{
color: #CA3446;
}
</style>
background-color css
<style>
a { background-color: #CA3446; }
a { background-color: rgb(202,52,70); }
div.DivClassName
{
background-color: #CA3446;
}
.BgClassName
{
background-color: #CA3446;
}
</style>
border-color css
<style>
span { border-color: #CA3446; }
span { border-color: rgb(202,52,70); }
td.TdClassName
{
border-color: #CA3446;
}
.TagClassName
{
border-color: #CA3446;
}
</style>