Shades of Brick Red #C12F44
Tints of Brick Red #C12F44
RGB
CMYK
RGB Variations
Color information
#C12F44 (or 0xC12F44) is known color: Brick Red. HEX triplet: C1, 2F and 44. RGB value is (193,47,68). Sum of RGB (Red+Green+Blue) = 193+47+68=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F44 is #3ED0BB. Grayscale: #5D5D5D. Windows color (decimal): -4116668 or 4468673. OLE color: 4468673.
HSL color Cylindrical-coordinate representation of color #C12F44: hue angle of 351.37º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12F44 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 68 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.24 |
| HSL | 351.37º | 0.61% | 0.47% | - |
| HSV(B) | 351.37º | 0.76% | 0.76% | - |
| XYZ | 24.05 | 13.79 | 6.86 | - |
| YUV | 93.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 68 | 0 | 0.76 | 0.65 | 0.24 | 351.37 | 0.61 | 0.47 |
| Hex | C1 | 2F | 44 | 0 | 4C | 41 | 18 | 15F | 3D | 2F |
| Octal | 301 | 57 | 104 | 0 | 114 | 101 | 30 | 537 | 75 | 57 |
| Binary | 11000001 | 101111 | 1000100 | 0 | 1001100 | 1000001 | 11000 | 101011111 | 111101 | 101111 |
Color Harmonies of #C12F44
Complementary color
Monochromatic Colors of #C12F44
Black with #C12F44
Text Example
Text Example
White with #C12F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F44; }
p { color: rgb(193,47,68); }
H1.HeaderClassName
{
color: #C12F44;
}
.AnyTagClassName
{
color: #C12F44;
}
</style>
background-color css
<style>
a { background-color: #C12F44; }
a { background-color: rgb(193,47,68); }
div.DivClassName
{
background-color: #C12F44;
}
.BgClassName
{
background-color: #C12F44;
}
</style>
border-color css
<style>
span { border-color: #C12F44; }
span { border-color: rgb(193,47,68); }
td.TdClassName
{
border-color: #C12F44;
}
.TagClassName
{
border-color: #C12F44;
}
</style>