Shades of Brick Red #C12A44
Tints of Brick Red #C12A44
RGB
CMYK
RGB Variations
Color information
#C12A44 (or 0xC12A44) is known color: Brick Red. HEX triplet: C1, 2A and 44. RGB value is (193,42,68). Sum of RGB (Red+Green+Blue) = 193+42+68=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A44 is #3ED5BB. Grayscale: #5A5A5A. Windows color (decimal): -4117948 or 4467393. OLE color: 4467393.
HSL color Cylindrical-coordinate representation of color #C12A44: hue angle of 349.67º 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 #C12A44 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 68 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.24 |
| HSL | 349.67º | 0.64% | 0.46% | - |
| HSV(B) | 349.67º | 0.78% | 0.76% | - |
| XYZ | 23.86 | 13.41 | 6.8 | - |
| YUV | 90.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 68 | 0 | 0.78 | 0.65 | 0.24 | 349.67 | 0.64 | 0.46 |
| Hex | C1 | 2A | 44 | 0 | 4E | 41 | 18 | 15E | 40 | 2E |
| Octal | 301 | 52 | 104 | 0 | 116 | 101 | 30 | 536 | 100 | 56 |
| Binary | 11000001 | 101010 | 1000100 | 0 | 1001110 | 1000001 | 11000 | 101011110 | 1000000 | 101110 |
Color Harmonies of #C12A44
Complementary color
Monochromatic Colors of #C12A44
Black with #C12A44
Text Example
Text Example
White with #C12A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A44; }
p { color: rgb(193,42,68); }
H1.HeaderClassName
{
color: #C12A44;
}
.AnyTagClassName
{
color: #C12A44;
}
</style>
background-color css
<style>
a { background-color: #C12A44; }
a { background-color: rgb(193,42,68); }
div.DivClassName
{
background-color: #C12A44;
}
.BgClassName
{
background-color: #C12A44;
}
</style>
border-color css
<style>
span { border-color: #C12A44; }
span { border-color: rgb(193,42,68); }
td.TdClassName
{
border-color: #C12A44;
}
.TagClassName
{
border-color: #C12A44;
}
</style>