Shades of Brick Red #C13242
Tints of Brick Red #C13242
RGB
CMYK
RGB Variations
Color information
#C13242 (or 0xC13242) is known color: Brick Red. HEX triplet: C1, 32 and 42. RGB value is (193,50,66). Sum of RGB (Red+Green+Blue) = 193+50+66=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C13242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13242 is #3ECDBD. Grayscale: #5E5E5E. Windows color (decimal): -4115902 or 4338369. OLE color: 4338369.
HSL color Cylindrical-coordinate representation of color #C13242: hue angle of 353.29º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13242 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 66 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.24 |
| HSL | 353.29º | 0.59% | 0.48% | - |
| HSV(B) | 353.29º | 0.74% | 0.76% | - |
| XYZ | 24.12 | 14.01 | 6.59 | - |
| YUV | 94.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 66 | 0 | 0.74 | 0.66 | 0.24 | 353.29 | 0.59 | 0.48 |
| Hex | C1 | 32 | 42 | 0 | 4A | 42 | 18 | 161 | 3B | 30 |
| Octal | 301 | 62 | 102 | 0 | 112 | 102 | 30 | 541 | 73 | 60 |
| Binary | 11000001 | 110010 | 1000010 | 0 | 1001010 | 1000010 | 11000 | 101100001 | 111011 | 110000 |
Color Harmonies of #C13242
Complementary color
Monochromatic Colors of #C13242
Black with #C13242
Text Example
Text Example
White with #C13242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13242; }
p { color: rgb(193,50,66); }
H1.HeaderClassName
{
color: #C13242;
}
.AnyTagClassName
{
color: #C13242;
}
</style>
background-color css
<style>
a { background-color: #C13242; }
a { background-color: rgb(193,50,66); }
div.DivClassName
{
background-color: #C13242;
}
.BgClassName
{
background-color: #C13242;
}
</style>
border-color css
<style>
span { border-color: #C13242; }
span { border-color: rgb(193,50,66); }
td.TdClassName
{
border-color: #C13242;
}
.TagClassName
{
border-color: #C13242;
}
</style>