Shades of Brick Red #C13641
Tints of Brick Red #C13641
RGB
CMYK
RGB Variations
Color information
#C13641 (or 0xC13641) is known color: Brick Red. HEX triplet: C1, 36 and 41. RGB value is (193,54,65). Sum of RGB (Red+Green+Blue) = 193+54+65=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C13641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13641 is #3EC9BE. Grayscale: #606060. Windows color (decimal): -4114879 or 4273857. OLE color: 4273857.
HSL color Cylindrical-coordinate representation of color #C13641: hue angle of 355.25º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13641 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 65 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.24 |
| HSL | 355.25º | 0.56% | 0.48% | - |
| HSV(B) | 355.25º | 0.72% | 0.76% | - |
| XYZ | 24.27 | 14.36 | 6.49 | - |
| YUV | 96.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 65 | 0 | 0.72 | 0.66 | 0.24 | 355.25 | 0.56 | 0.48 |
| Hex | C1 | 36 | 41 | 0 | 48 | 42 | 18 | 163 | 38 | 30 |
| Octal | 301 | 66 | 101 | 0 | 110 | 102 | 30 | 543 | 70 | 60 |
| Binary | 11000001 | 110110 | 1000001 | 0 | 1001000 | 1000010 | 11000 | 101100011 | 111000 | 110000 |
Color Harmonies of #C13641
Complementary color
Monochromatic Colors of #C13641
Black with #C13641
Text Example
Text Example
White with #C13641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13641; }
p { color: rgb(193,54,65); }
H1.HeaderClassName
{
color: #C13641;
}
.AnyTagClassName
{
color: #C13641;
}
</style>
background-color css
<style>
a { background-color: #C13641; }
a { background-color: rgb(193,54,65); }
div.DivClassName
{
background-color: #C13641;
}
.BgClassName
{
background-color: #C13641;
}
</style>
border-color css
<style>
span { border-color: #C13641; }
span { border-color: rgb(193,54,65); }
td.TdClassName
{
border-color: #C13641;
}
.TagClassName
{
border-color: #C13641;
}
</style>