Shades of Brick Red #C12B37
Tints of Brick Red #C12B37
RGB
CMYK
RGB Variations
Color information
#C12B37 (or 0xC12B37) is known color: Brick Red. HEX triplet: C1, 2B and 37. RGB value is (193,43,55). Sum of RGB (Red+Green+Blue) = 193+43+55=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B37 is #3ED4C8. Grayscale: #595959. Windows color (decimal): -4117705 or 3615681. OLE color: 3615681.
HSL color Cylindrical-coordinate representation of color #C12B37: hue angle of 355.2º 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 #C12B37 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 55 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.24 |
| HSL | 355.2º | 0.64% | 0.46% | - |
| HSV(B) | 355.2º | 0.78% | 0.76% | - |
| XYZ | 23.55 | 13.34 | 4.95 | - |
| YUV | 89.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 55 | 0 | 0.78 | 0.72 | 0.24 | 355.2 | 0.64 | 0.46 |
| Hex | C1 | 2B | 37 | 0 | 4E | 48 | 18 | 163 | 40 | 2E |
| Octal | 301 | 53 | 67 | 0 | 116 | 110 | 30 | 543 | 100 | 56 |
| Binary | 11000001 | 101011 | 110111 | 0 | 1001110 | 1001000 | 11000 | 101100011 | 1000000 | 101110 |
Color Harmonies of #C12B37
Complementary color
Monochromatic Colors of #C12B37
Black with #C12B37
Text Example
Text Example
White with #C12B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B37; }
p { color: rgb(193,43,55); }
H1.HeaderClassName
{
color: #C12B37;
}
.AnyTagClassName
{
color: #C12B37;
}
</style>
background-color css
<style>
a { background-color: #C12B37; }
a { background-color: rgb(193,43,55); }
div.DivClassName
{
background-color: #C12B37;
}
.BgClassName
{
background-color: #C12B37;
}
</style>
border-color css
<style>
span { border-color: #C12B37; }
span { border-color: rgb(193,43,55); }
td.TdClassName
{
border-color: #C12B37;
}
.TagClassName
{
border-color: #C12B37;
}
</style>