Shades of Brick Red #C13A44
Tints of Brick Red #C13A44
RGB
CMYK
RGB Variations
Color information
#C13A44 (or 0xC13A44) is known color: Brick Red. HEX triplet: C1, 3A and 44. RGB value is (193,58,68). Sum of RGB (Red+Green+Blue) = 193+58+68=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A44 is #3EC5BB. Grayscale: #636363. Windows color (decimal): -4113852 or 4471489. OLE color: 4471489.
HSL color Cylindrical-coordinate representation of color #C13A44: hue angle of 355.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A44 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 68 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.24 |
| HSL | 355.56º | 0.54% | 0.49% | - |
| HSV(B) | 355.56º | 0.7% | 0.76% | - |
| XYZ | 24.55 | 14.78 | 7.03 | - |
| YUV | 99.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 68 | 0 | 0.70 | 0.65 | 0.24 | 355.56 | 0.54 | 0.49 |
| Hex | C1 | 3A | 44 | 0 | 46 | 41 | 18 | 164 | 36 | 31 |
| Octal | 301 | 72 | 104 | 0 | 106 | 101 | 30 | 544 | 66 | 61 |
| Binary | 11000001 | 111010 | 1000100 | 0 | 1000110 | 1000001 | 11000 | 101100100 | 110110 | 110001 |
Color Harmonies of #C13A44
Complementary color
Monochromatic Colors of #C13A44
Black with #C13A44
Text Example
Text Example
White with #C13A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A44; }
p { color: rgb(193,58,68); }
H1.HeaderClassName
{
color: #C13A44;
}
.AnyTagClassName
{
color: #C13A44;
}
</style>
background-color css
<style>
a { background-color: #C13A44; }
a { background-color: rgb(193,58,68); }
div.DivClassName
{
background-color: #C13A44;
}
.BgClassName
{
background-color: #C13A44;
}
</style>
border-color css
<style>
span { border-color: #C13A44; }
span { border-color: rgb(193,58,68); }
td.TdClassName
{
border-color: #C13A44;
}
.TagClassName
{
border-color: #C13A44;
}
</style>