Shades of Brick Red #C13C43
Tints of Brick Red #C13C43
RGB
CMYK
RGB Variations
Color information
#C13C43 (or 0xC13C43) is known color: Brick Red. HEX triplet: C1, 3C and 43. RGB value is (193,60,67). Sum of RGB (Red+Green+Blue) = 193+60+67=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C43 is #3EC3BC. Grayscale: #646464. Windows color (decimal): -4113341 or 4406465. OLE color: 4406465.
HSL color Cylindrical-coordinate representation of color #C13C43: hue angle of 356.84º 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 #C13C43 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 67 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.24 |
| HSL | 356.84º | 0.53% | 0.5% | - |
| HSV(B) | 356.84º | 0.69% | 0.76% | - |
| XYZ | 24.62 | 14.97 | 6.9 | - |
| YUV | 100.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 67 | 0 | 0.69 | 0.65 | 0.24 | 356.84 | 0.53 | 0.5 |
| Hex | C1 | 3C | 43 | 0 | 45 | 41 | 18 | 165 | 35 | 32 |
| Octal | 301 | 74 | 103 | 0 | 105 | 101 | 30 | 545 | 65 | 62 |
| Binary | 11000001 | 111100 | 1000011 | 0 | 1000101 | 1000001 | 11000 | 101100101 | 110101 | 110010 |
Color Harmonies of #C13C43
Complementary color
Monochromatic Colors of #C13C43
Black with #C13C43
Text Example
Text Example
White with #C13C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C43; }
p { color: rgb(193,60,67); }
H1.HeaderClassName
{
color: #C13C43;
}
.AnyTagClassName
{
color: #C13C43;
}
</style>
background-color css
<style>
a { background-color: #C13C43; }
a { background-color: rgb(193,60,67); }
div.DivClassName
{
background-color: #C13C43;
}
.BgClassName
{
background-color: #C13C43;
}
</style>
border-color css
<style>
span { border-color: #C13C43; }
span { border-color: rgb(193,60,67); }
td.TdClassName
{
border-color: #C13C43;
}
.TagClassName
{
border-color: #C13C43;
}
</style>