Shades of Brick Red #C1303C
Tints of Brick Red #C1303C
RGB
CMYK
RGB Variations
Color information
#C1303C (or 0xC1303C) is known color: Brick Red. HEX triplet: C1, 30 and 3C. RGB value is (193,48,60). Sum of RGB (Red+Green+Blue) = 193+48+60=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1303C is #3ECFC3. Grayscale: #5C5C5C. Windows color (decimal): -4116420 or 3944641. OLE color: 3944641.
HSL color Cylindrical-coordinate representation of color #C1303C: hue angle of 355.03º 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 #C1303C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 60 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.24 |
| HSL | 355.03º | 0.6% | 0.47% | - |
| HSV(B) | 355.03º | 0.75% | 0.76% | - |
| XYZ | 23.86 | 13.78 | 5.68 | - |
| YUV | 92.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 60 | 0 | 0.75 | 0.69 | 0.24 | 355.03 | 0.6 | 0.47 |
| Hex | C1 | 30 | 3C | 0 | 4B | 45 | 18 | 163 | 3C | 2F |
| Octal | 301 | 60 | 74 | 0 | 113 | 105 | 30 | 543 | 74 | 57 |
| Binary | 11000001 | 110000 | 111100 | 0 | 1001011 | 1000101 | 11000 | 101100011 | 111100 | 101111 |
Color Harmonies of #C1303C
Complementary color
Monochromatic Colors of #C1303C
Black with #C1303C
Text Example
Text Example
White with #C1303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1303C; }
p { color: rgb(193,48,60); }
H1.HeaderClassName
{
color: #C1303C;
}
.AnyTagClassName
{
color: #C1303C;
}
</style>
background-color css
<style>
a { background-color: #C1303C; }
a { background-color: rgb(193,48,60); }
div.DivClassName
{
background-color: #C1303C;
}
.BgClassName
{
background-color: #C1303C;
}
</style>
border-color css
<style>
span { border-color: #C1303C; }
span { border-color: rgb(193,48,60); }
td.TdClassName
{
border-color: #C1303C;
}
.TagClassName
{
border-color: #C1303C;
}
</style>