Shades of Brick Red #C13C48
Tints of Brick Red #C13C48
RGB
CMYK
RGB Variations
Color information
#C13C48 (or 0xC13C48) is known color: Brick Red. HEX triplet: C1, 3C and 48. RGB value is (193,60,72). Sum of RGB (Red+Green+Blue) = 193+60+72=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C48 is #3EC3B7. Grayscale: #656565. Windows color (decimal): -4113336 or 4734145. OLE color: 4734145.
HSL color Cylindrical-coordinate representation of color #C13C48: hue angle of 354.59º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 72 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.24 |
| HSL | 354.59º | 0.53% | 0.5% | - |
| HSV(B) | 354.59º | 0.69% | 0.76% | - |
| XYZ | 24.78 | 15.04 | 7.73 | - |
| YUV | 101.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 72 | 0 | 0.69 | 0.63 | 0.24 | 354.59 | 0.53 | 0.5 |
| Hex | C1 | 3C | 48 | 0 | 45 | 3F | 18 | 163 | 35 | 32 |
| Octal | 301 | 74 | 110 | 0 | 105 | 77 | 30 | 543 | 65 | 62 |
| Binary | 11000001 | 111100 | 1001000 | 0 | 1000101 | 111111 | 11000 | 101100011 | 110101 | 110010 |
Color Harmonies of #C13C48
Complementary color
Monochromatic Colors of #C13C48
Black with #C13C48
Text Example
Text Example
White with #C13C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C48; }
p { color: rgb(193,60,72); }
H1.HeaderClassName
{
color: #C13C48;
}
.AnyTagClassName
{
color: #C13C48;
}
</style>
background-color css
<style>
a { background-color: #C13C48; }
a { background-color: rgb(193,60,72); }
div.DivClassName
{
background-color: #C13C48;
}
.BgClassName
{
background-color: #C13C48;
}
</style>
border-color css
<style>
span { border-color: #C13C48; }
span { border-color: rgb(193,60,72); }
td.TdClassName
{
border-color: #C13C48;
}
.TagClassName
{
border-color: #C13C48;
}
</style>