Shades of Brick Red #C1283C
Tints of Brick Red #C1283C
RGB
CMYK
RGB Variations
Color information
#C1283C (or 0xC1283C) is known color: Brick Red. HEX triplet: C1, 28 and 3C. RGB value is (193,40,60). Sum of RGB (Red+Green+Blue) = 193+40+60=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1283C is #3ED7C3. Grayscale: #585858. Windows color (decimal): -4118468 or 3942593. OLE color: 3942593.
HSL color Cylindrical-coordinate representation of color #C1283C: hue angle of 352.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1283C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 60 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.24 |
| HSL | 352.16º | 0.66% | 0.46% | - |
| HSV(B) | 352.16º | 0.79% | 0.76% | - |
| XYZ | 23.57 | 13.18 | 5.58 | - |
| YUV | 88.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 60 | 0 | 0.79 | 0.69 | 0.24 | 352.16 | 0.66 | 0.46 |
| Hex | C1 | 28 | 3C | 0 | 4F | 45 | 18 | 160 | 42 | 2E |
| Octal | 301 | 50 | 74 | 0 | 117 | 105 | 30 | 540 | 102 | 56 |
| Binary | 11000001 | 101000 | 111100 | 0 | 1001111 | 1000101 | 11000 | 101100000 | 1000010 | 101110 |
Color Harmonies of #C1283C
Complementary color
Monochromatic Colors of #C1283C
Black with #C1283C
Text Example
Text Example
White with #C1283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1283C; }
p { color: rgb(193,40,60); }
H1.HeaderClassName
{
color: #C1283C;
}
.AnyTagClassName
{
color: #C1283C;
}
</style>
background-color css
<style>
a { background-color: #C1283C; }
a { background-color: rgb(193,40,60); }
div.DivClassName
{
background-color: #C1283C;
}
.BgClassName
{
background-color: #C1283C;
}
</style>
border-color css
<style>
span { border-color: #C1283C; }
span { border-color: rgb(193,40,60); }
td.TdClassName
{
border-color: #C1283C;
}
.TagClassName
{
border-color: #C1283C;
}
</style>