Shades of Brick Red #C12B40
Tints of Brick Red #C12B40
RGB
CMYK
RGB Variations
Color information
#C12B40 (or 0xC12B40) is known color: Brick Red. HEX triplet: C1, 2B and 40. RGB value is (193,43,64). Sum of RGB (Red+Green+Blue) = 193+43+64=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B40 is #3ED4BF. Grayscale: #5A5A5A. Windows color (decimal): -4117696 or 4205505. OLE color: 4205505.
HSL color Cylindrical-coordinate representation of color #C12B40: hue angle of 351.6º 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 #C12B40 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 64 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.24 |
| HSL | 351.6º | 0.64% | 0.46% | - |
| HSV(B) | 351.6º | 0.78% | 0.76% | - |
| XYZ | 23.78 | 13.44 | 6.19 | - |
| YUV | 90.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 64 | 0 | 0.78 | 0.67 | 0.24 | 351.6 | 0.64 | 0.46 |
| Hex | C1 | 2B | 40 | 0 | 4E | 43 | 18 | 160 | 40 | 2E |
| Octal | 301 | 53 | 100 | 0 | 116 | 103 | 30 | 540 | 100 | 56 |
| Binary | 11000001 | 101011 | 1000000 | 0 | 1001110 | 1000011 | 11000 | 101100000 | 1000000 | 101110 |
Color Harmonies of #C12B40
Complementary color
Monochromatic Colors of #C12B40
Black with #C12B40
Text Example
Text Example
White with #C12B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B40; }
p { color: rgb(193,43,64); }
H1.HeaderClassName
{
color: #C12B40;
}
.AnyTagClassName
{
color: #C12B40;
}
</style>
background-color css
<style>
a { background-color: #C12B40; }
a { background-color: rgb(193,43,64); }
div.DivClassName
{
background-color: #C12B40;
}
.BgClassName
{
background-color: #C12B40;
}
</style>
border-color css
<style>
span { border-color: #C12B40; }
span { border-color: rgb(193,43,64); }
td.TdClassName
{
border-color: #C12B40;
}
.TagClassName
{
border-color: #C12B40;
}
</style>