Shades of Brick Red #C23C48
Tints of Brick Red #C23C48
RGB
CMYK
RGB Variations
Color information
#C23C48 (or 0xC23C48) is known color: Brick Red. HEX triplet: C2, 3C and 48. RGB value is (194,60,72). Sum of RGB (Red+Green+Blue) = 194+60+72=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C48 is #3DC3B7. Grayscale: #656565. Windows color (decimal): -4047800 or 4734146. OLE color: 4734146.
HSL color Cylindrical-coordinate representation of color #C23C48: hue angle of 354.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 72 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.24 |
| HSL | 354.63º | 0.53% | 0.5% | - |
| HSV(B) | 354.63º | 0.69% | 0.76% | - |
| XYZ | 25.03 | 15.17 | 7.74 | - |
| YUV | 101.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 72 | 0 | 0.69 | 0.63 | 0.24 | 354.63 | 0.53 | 0.5 |
| Hex | C2 | 3C | 48 | 0 | 45 | 3F | 18 | 163 | 35 | 32 |
| Octal | 302 | 74 | 110 | 0 | 105 | 77 | 30 | 543 | 65 | 62 |
| Binary | 11000010 | 111100 | 1001000 | 0 | 1000101 | 111111 | 11000 | 101100011 | 110101 | 110010 |
Color Harmonies of #C23C48
Complementary color
Monochromatic Colors of #C23C48
Black with #C23C48
Text Example
Text Example
White with #C23C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C48; }
p { color: rgb(194,60,72); }
H1.HeaderClassName
{
color: #C23C48;
}
.AnyTagClassName
{
color: #C23C48;
}
</style>
background-color css
<style>
a { background-color: #C23C48; }
a { background-color: rgb(194,60,72); }
div.DivClassName
{
background-color: #C23C48;
}
.BgClassName
{
background-color: #C23C48;
}
</style>
border-color css
<style>
span { border-color: #C23C48; }
span { border-color: rgb(194,60,72); }
td.TdClassName
{
border-color: #C23C48;
}
.TagClassName
{
border-color: #C23C48;
}
</style>