Shades of Brick Red #C23B44
Tints of Brick Red #C23B44
RGB
CMYK
RGB Variations
Color information
#C23B44 (or 0xC23B44) is known color: Brick Red. HEX triplet: C2, 3B and 44. RGB value is (194,59,68). Sum of RGB (Red+Green+Blue) = 194+59+68=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B44 is #3DC4BB. Grayscale: #646464. Windows color (decimal): -4048060 or 4471746. OLE color: 4471746.
HSL color Cylindrical-coordinate representation of color #C23B44: hue angle of 356º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B44 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 68 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.24 |
| HSL | 356º | 0.53% | 0.5% | - |
| HSV(B) | 356º | 0.7% | 0.76% | - |
| XYZ | 24.86 | 15.01 | 7.06 | - |
| YUV | 100.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 68 | 0 | 0.70 | 0.65 | 0.24 | 356 | 0.53 | 0.5 |
| Hex | C2 | 3B | 44 | 0 | 46 | 41 | 18 | 164 | 35 | 32 |
| Octal | 302 | 73 | 104 | 0 | 106 | 101 | 30 | 544 | 65 | 62 |
| Binary | 11000010 | 111011 | 1000100 | 0 | 1000110 | 1000001 | 11000 | 101100100 | 110101 | 110010 |
Color Harmonies of #C23B44
Complementary color
Monochromatic Colors of #C23B44
Black with #C23B44
Text Example
Text Example
White with #C23B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B44; }
p { color: rgb(194,59,68); }
H1.HeaderClassName
{
color: #C23B44;
}
.AnyTagClassName
{
color: #C23B44;
}
</style>
background-color css
<style>
a { background-color: #C23B44; }
a { background-color: rgb(194,59,68); }
div.DivClassName
{
background-color: #C23B44;
}
.BgClassName
{
background-color: #C23B44;
}
</style>
border-color css
<style>
span { border-color: #C23B44; }
span { border-color: rgb(194,59,68); }
td.TdClassName
{
border-color: #C23B44;
}
.TagClassName
{
border-color: #C23B44;
}
</style>