Shades of Brick Red #C23746
Tints of Brick Red #C23746
RGB
CMYK
RGB Variations
Color information
#C23746 (or 0xC23746) is known color: Brick Red. HEX triplet: C2, 37 and 46. RGB value is (194,55,70). Sum of RGB (Red+Green+Blue) = 194+55+70=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C23746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23746 is #3DC8B9. Grayscale: #626262. Windows color (decimal): -4049082 or 4601794. OLE color: 4601794.
HSL color Cylindrical-coordinate representation of color #C23746: hue angle of 353.53º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23746 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 70 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.24 |
| HSL | 353.53º | 0.56% | 0.49% | - |
| HSV(B) | 353.53º | 0.72% | 0.76% | - |
| XYZ | 24.72 | 14.64 | 7.32 | - |
| YUV | 98.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 70 | 0 | 0.72 | 0.64 | 0.24 | 353.53 | 0.56 | 0.49 |
| Hex | C2 | 37 | 46 | 0 | 48 | 40 | 18 | 162 | 38 | 31 |
| Octal | 302 | 67 | 106 | 0 | 110 | 100 | 30 | 542 | 70 | 61 |
| Binary | 11000010 | 110111 | 1000110 | 0 | 1001000 | 1000000 | 11000 | 101100010 | 111000 | 110001 |
Color Harmonies of #C23746
Complementary color
Monochromatic Colors of #C23746
Black with #C23746
Text Example
Text Example
White with #C23746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23746; }
p { color: rgb(194,55,70); }
H1.HeaderClassName
{
color: #C23746;
}
.AnyTagClassName
{
color: #C23746;
}
</style>
background-color css
<style>
a { background-color: #C23746; }
a { background-color: rgb(194,55,70); }
div.DivClassName
{
background-color: #C23746;
}
.BgClassName
{
background-color: #C23746;
}
</style>
border-color css
<style>
span { border-color: #C23746; }
span { border-color: rgb(194,55,70); }
td.TdClassName
{
border-color: #C23746;
}
.TagClassName
{
border-color: #C23746;
}
</style>