Shades of Brick Red #C23946
Tints of Brick Red #C23946
RGB
CMYK
RGB Variations
Color information
#C23946 (or 0xC23946) is known color: Brick Red. HEX triplet: C2, 39 and 46. RGB value is (194,57,70). Sum of RGB (Red+Green+Blue) = 194+57+70=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23946 is #3DC6B9. Grayscale: #636363. Windows color (decimal): -4048570 or 4602306. OLE color: 4602306.
HSL color Cylindrical-coordinate representation of color #C23946: hue angle of 354.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23946 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 70 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.24 |
| HSL | 354.31º | 0.55% | 0.49% | - |
| HSV(B) | 354.31º | 0.71% | 0.76% | - |
| XYZ | 24.82 | 14.84 | 7.35 | - |
| YUV | 99.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 70 | 0 | 0.71 | 0.64 | 0.24 | 354.31 | 0.55 | 0.49 |
| Hex | C2 | 39 | 46 | 0 | 47 | 40 | 18 | 162 | 37 | 31 |
| Octal | 302 | 71 | 106 | 0 | 107 | 100 | 30 | 542 | 67 | 61 |
| Binary | 11000010 | 111001 | 1000110 | 0 | 1000111 | 1000000 | 11000 | 101100010 | 110111 | 110001 |
Color Harmonies of #C23946
Complementary color
Monochromatic Colors of #C23946
Black with #C23946
Text Example
Text Example
White with #C23946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23946; }
p { color: rgb(194,57,70); }
H1.HeaderClassName
{
color: #C23946;
}
.AnyTagClassName
{
color: #C23946;
}
</style>
background-color css
<style>
a { background-color: #C23946; }
a { background-color: rgb(194,57,70); }
div.DivClassName
{
background-color: #C23946;
}
.BgClassName
{
background-color: #C23946;
}
</style>
border-color css
<style>
span { border-color: #C23946; }
span { border-color: rgb(194,57,70); }
td.TdClassName
{
border-color: #C23946;
}
.TagClassName
{
border-color: #C23946;
}
</style>