Shades of Brick Red #C13040
Tints of Brick Red #C13040
RGB
CMYK
RGB Variations
Color information
#C13040 (or 0xC13040) is known color: Brick Red. HEX triplet: C1, 30 and 40. RGB value is (193,48,64). Sum of RGB (Red+Green+Blue) = 193+48+64=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13040 is #3ECFBF. Grayscale: #5D5D5D. Windows color (decimal): -4116416 or 4206785. OLE color: 4206785.
HSL color Cylindrical-coordinate representation of color #C13040: hue angle of 353.38º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13040 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 64 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.24 |
| HSL | 353.38º | 0.6% | 0.47% | - |
| HSV(B) | 353.38º | 0.75% | 0.76% | - |
| XYZ | 23.97 | 13.82 | 6.25 | - |
| YUV | 93.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 64 | 0 | 0.75 | 0.67 | 0.24 | 353.38 | 0.6 | 0.47 |
| Hex | C1 | 30 | 40 | 0 | 4B | 43 | 18 | 161 | 3C | 2F |
| Octal | 301 | 60 | 100 | 0 | 113 | 103 | 30 | 541 | 74 | 57 |
| Binary | 11000001 | 110000 | 1000000 | 0 | 1001011 | 1000011 | 11000 | 101100001 | 111100 | 101111 |
Color Harmonies of #C13040
Complementary color
Monochromatic Colors of #C13040
Black with #C13040
Text Example
Text Example
White with #C13040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13040; }
p { color: rgb(193,48,64); }
H1.HeaderClassName
{
color: #C13040;
}
.AnyTagClassName
{
color: #C13040;
}
</style>
background-color css
<style>
a { background-color: #C13040; }
a { background-color: rgb(193,48,64); }
div.DivClassName
{
background-color: #C13040;
}
.BgClassName
{
background-color: #C13040;
}
</style>
border-color css
<style>
span { border-color: #C13040; }
span { border-color: rgb(193,48,64); }
td.TdClassName
{
border-color: #C13040;
}
.TagClassName
{
border-color: #C13040;
}
</style>