Shades of Brick Red #C1323D
Tints of Brick Red #C1323D
RGB
CMYK
RGB Variations
Color information
#C1323D (or 0xC1323D) is known color: Brick Red. HEX triplet: C1, 32 and 3D. RGB value is (193,50,61). Sum of RGB (Red+Green+Blue) = 193+50+61=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323D is #3ECDC2. Grayscale: #5E5E5E. Windows color (decimal): -4115907 or 4010689. OLE color: 4010689.
HSL color Cylindrical-coordinate representation of color #C1323D: hue angle of 355.38º 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 #C1323D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.24 |
| HSL | 355.38º | 0.59% | 0.48% | - |
| HSV(B) | 355.38º | 0.74% | 0.76% | - |
| XYZ | 23.98 | 13.96 | 5.84 | - |
| YUV | 94.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 61 | 0 | 0.74 | 0.68 | 0.24 | 355.38 | 0.59 | 0.48 |
| Hex | C1 | 32 | 3D | 0 | 4A | 44 | 18 | 163 | 3B | 30 |
| Octal | 301 | 62 | 75 | 0 | 112 | 104 | 30 | 543 | 73 | 60 |
| Binary | 11000001 | 110010 | 111101 | 0 | 1001010 | 1000100 | 11000 | 101100011 | 111011 | 110000 |
Color Harmonies of #C1323D
Complementary color
Monochromatic Colors of #C1323D
Black with #C1323D
Text Example
Text Example
White with #C1323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1323D; }
p { color: rgb(193,50,61); }
H1.HeaderClassName
{
color: #C1323D;
}
.AnyTagClassName
{
color: #C1323D;
}
</style>
background-color css
<style>
a { background-color: #C1323D; }
a { background-color: rgb(193,50,61); }
div.DivClassName
{
background-color: #C1323D;
}
.BgClassName
{
background-color: #C1323D;
}
</style>
border-color css
<style>
span { border-color: #C1323D; }
span { border-color: rgb(193,50,61); }
td.TdClassName
{
border-color: #C1323D;
}
.TagClassName
{
border-color: #C1323D;
}
</style>