Shades of Brick Red #C22A3B
Tints of Brick Red #C22A3B
RGB
CMYK
RGB Variations
Color information
#C22A3B (or 0xC22A3B) is known color: Brick Red. HEX triplet: C2, 2A and 3B. RGB value is (194,42,59). Sum of RGB (Red+Green+Blue) = 194+42+59=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A3B is #3DD5C4. Grayscale: #595959. Windows color (decimal): -4052421 or 3877570. OLE color: 3877570.
HSL color Cylindrical-coordinate representation of color #C22A3B: hue angle of 353.29º 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 #C22A3B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 59 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.24 |
| HSL | 353.29º | 0.64% | 0.46% | - |
| HSV(B) | 353.29º | 0.78% | 0.76% | - |
| XYZ | 23.87 | 13.44 | 5.47 | - |
| YUV | 89.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 59 | 0 | 0.78 | 0.70 | 0.24 | 353.29 | 0.64 | 0.46 |
| Hex | C2 | 2A | 3B | 0 | 4E | 46 | 18 | 161 | 40 | 2E |
| Octal | 302 | 52 | 73 | 0 | 116 | 106 | 30 | 541 | 100 | 56 |
| Binary | 11000010 | 101010 | 111011 | 0 | 1001110 | 1000110 | 11000 | 101100001 | 1000000 | 101110 |
Color Harmonies of #C22A3B
Complementary color
Monochromatic Colors of #C22A3B
Black with #C22A3B
Text Example
Text Example
White with #C22A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A3B; }
p { color: rgb(194,42,59); }
H1.HeaderClassName
{
color: #C22A3B;
}
.AnyTagClassName
{
color: #C22A3B;
}
</style>
background-color css
<style>
a { background-color: #C22A3B; }
a { background-color: rgb(194,42,59); }
div.DivClassName
{
background-color: #C22A3B;
}
.BgClassName
{
background-color: #C22A3B;
}
</style>
border-color css
<style>
span { border-color: #C22A3B; }
span { border-color: rgb(194,42,59); }
td.TdClassName
{
border-color: #C22A3B;
}
.TagClassName
{
border-color: #C22A3B;
}
</style>