Shades of Brick Red #C22A44
Tints of Brick Red #C22A44
RGB
CMYK
RGB Variations
Color information
#C22A44 (or 0xC22A44) is known color: Brick Red. HEX triplet: C2, 2A and 44. RGB value is (194,42,68). Sum of RGB (Red+Green+Blue) = 194+42+68=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A44 is #3DD5BB. Grayscale: #5A5A5A. Windows color (decimal): -4052412 or 4467394. OLE color: 4467394.
HSL color Cylindrical-coordinate representation of color #C22A44: hue angle of 349.74º 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 #C22A44 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 68 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.24 |
| HSL | 349.74º | 0.64% | 0.46% | - |
| HSV(B) | 349.74º | 0.78% | 0.76% | - |
| XYZ | 24.12 | 13.54 | 6.81 | - |
| YUV | 90.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 68 | 0 | 0.78 | 0.65 | 0.24 | 349.74 | 0.64 | 0.46 |
| Hex | C2 | 2A | 44 | 0 | 4E | 41 | 18 | 15E | 40 | 2E |
| Octal | 302 | 52 | 104 | 0 | 116 | 101 | 30 | 536 | 100 | 56 |
| Binary | 11000010 | 101010 | 1000100 | 0 | 1001110 | 1000001 | 11000 | 101011110 | 1000000 | 101110 |
Color Harmonies of #C22A44
Complementary color
Monochromatic Colors of #C22A44
Black with #C22A44
Text Example
Text Example
White with #C22A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A44; }
p { color: rgb(194,42,68); }
H1.HeaderClassName
{
color: #C22A44;
}
.AnyTagClassName
{
color: #C22A44;
}
</style>
background-color css
<style>
a { background-color: #C22A44; }
a { background-color: rgb(194,42,68); }
div.DivClassName
{
background-color: #C22A44;
}
.BgClassName
{
background-color: #C22A44;
}
</style>
border-color css
<style>
span { border-color: #C22A44; }
span { border-color: rgb(194,42,68); }
td.TdClassName
{
border-color: #C22A44;
}
.TagClassName
{
border-color: #C22A44;
}
</style>