Shades of Brick Red #C22A3A
Tints of Brick Red #C22A3A
RGB
CMYK
RGB Variations
Color information
#C22A3A (or 0xC22A3A) is known color: Brick Red. HEX triplet: C2, 2A and 3A. RGB value is (194,42,58). Sum of RGB (Red+Green+Blue) = 194+42+58=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A3A is #3DD5C5. Grayscale: #595959. Windows color (decimal): -4052422 or 3812034. OLE color: 3812034.
HSL color Cylindrical-coordinate representation of color #C22A3A: hue angle of 353.68º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A3A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 58 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.24 |
| HSL | 353.68º | 0.64% | 0.46% | - |
| HSV(B) | 353.68º | 0.78% | 0.76% | - |
| XYZ | 23.84 | 13.43 | 5.34 | - |
| YUV | 89.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 58 | 0 | 0.78 | 0.70 | 0.24 | 353.68 | 0.64 | 0.46 |
| Hex | C2 | 2A | 3A | 0 | 4E | 46 | 18 | 162 | 40 | 2E |
| Octal | 302 | 52 | 72 | 0 | 116 | 106 | 30 | 542 | 100 | 56 |
| Binary | 11000010 | 101010 | 111010 | 0 | 1001110 | 1000110 | 11000 | 101100010 | 1000000 | 101110 |
Color Harmonies of #C22A3A
Complementary color
Monochromatic Colors of #C22A3A
Black with #C22A3A
Text Example
Text Example
White with #C22A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A3A; }
p { color: rgb(194,42,58); }
H1.HeaderClassName
{
color: #C22A3A;
}
.AnyTagClassName
{
color: #C22A3A;
}
</style>
background-color css
<style>
a { background-color: #C22A3A; }
a { background-color: rgb(194,42,58); }
div.DivClassName
{
background-color: #C22A3A;
}
.BgClassName
{
background-color: #C22A3A;
}
</style>
border-color css
<style>
span { border-color: #C22A3A; }
span { border-color: rgb(194,42,58); }
td.TdClassName
{
border-color: #C22A3A;
}
.TagClassName
{
border-color: #C22A3A;
}
</style>