Shades of Brick Red #C13442
Tints of Brick Red #C13442
RGB
CMYK
RGB Variations
Color information
#C13442 (or 0xC13442) is known color: Brick Red. HEX triplet: C1, 34 and 42. RGB value is (193,52,66). Sum of RGB (Red+Green+Blue) = 193+52+66=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C13442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13442 is #3ECBBD. Grayscale: #5F5F5F. Windows color (decimal): -4115390 or 4338881. OLE color: 4338881.
HSL color Cylindrical-coordinate representation of color #C13442: hue angle of 354.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13442 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 66 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.24 |
| HSL | 354.04º | 0.58% | 0.48% | - |
| HSV(B) | 354.04º | 0.73% | 0.76% | - |
| XYZ | 24.2 | 14.19 | 6.62 | - |
| YUV | 95.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 66 | 0 | 0.73 | 0.66 | 0.24 | 354.04 | 0.58 | 0.48 |
| Hex | C1 | 34 | 42 | 0 | 49 | 42 | 18 | 162 | 3A | 30 |
| Octal | 301 | 64 | 102 | 0 | 111 | 102 | 30 | 542 | 72 | 60 |
| Binary | 11000001 | 110100 | 1000010 | 0 | 1001001 | 1000010 | 11000 | 101100010 | 111010 | 110000 |
Color Harmonies of #C13442
Complementary color
Monochromatic Colors of #C13442
Black with #C13442
Text Example
Text Example
White with #C13442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13442; }
p { color: rgb(193,52,66); }
H1.HeaderClassName
{
color: #C13442;
}
.AnyTagClassName
{
color: #C13442;
}
</style>
background-color css
<style>
a { background-color: #C13442; }
a { background-color: rgb(193,52,66); }
div.DivClassName
{
background-color: #C13442;
}
.BgClassName
{
background-color: #C13442;
}
</style>
border-color css
<style>
span { border-color: #C13442; }
span { border-color: rgb(193,52,66); }
td.TdClassName
{
border-color: #C13442;
}
.TagClassName
{
border-color: #C13442;
}
</style>