Shades of Brick Red #C13A45
Tints of Brick Red #C13A45
RGB
CMYK
RGB Variations
Color information
#C13A45 (or 0xC13A45) is known color: Brick Red. HEX triplet: C1, 3A and 45. RGB value is (193,58,69). Sum of RGB (Red+Green+Blue) = 193+58+69=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A45 is #3EC5BA. Grayscale: #636363. Windows color (decimal): -4113851 or 4537025. OLE color: 4537025.
HSL color Cylindrical-coordinate representation of color #C13A45: hue angle of 355.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A45 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 69 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.24 |
| HSL | 355.11º | 0.54% | 0.49% | - |
| HSV(B) | 355.11º | 0.7% | 0.76% | - |
| XYZ | 24.58 | 14.79 | 7.19 | - |
| YUV | 99.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 69 | 0 | 0.70 | 0.64 | 0.24 | 355.11 | 0.54 | 0.49 |
| Hex | C1 | 3A | 45 | 0 | 46 | 40 | 18 | 163 | 36 | 31 |
| Octal | 301 | 72 | 105 | 0 | 106 | 100 | 30 | 543 | 66 | 61 |
| Binary | 11000001 | 111010 | 1000101 | 0 | 1000110 | 1000000 | 11000 | 101100011 | 110110 | 110001 |
Color Harmonies of #C13A45
Complementary color
Monochromatic Colors of #C13A45
Black with #C13A45
Text Example
Text Example
White with #C13A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A45; }
p { color: rgb(193,58,69); }
H1.HeaderClassName
{
color: #C13A45;
}
.AnyTagClassName
{
color: #C13A45;
}
</style>
background-color css
<style>
a { background-color: #C13A45; }
a { background-color: rgb(193,58,69); }
div.DivClassName
{
background-color: #C13A45;
}
.BgClassName
{
background-color: #C13A45;
}
</style>
border-color css
<style>
span { border-color: #C13A45; }
span { border-color: rgb(193,58,69); }
td.TdClassName
{
border-color: #C13A45;
}
.TagClassName
{
border-color: #C13A45;
}
</style>