Shades of Brick Red #C23042
Tints of Brick Red #C23042
RGB
CMYK
RGB Variations
Color information
#C23042 (or 0xC23042) is known color: Brick Red. HEX triplet: C2, 30 and 42. RGB value is (194,48,66). Sum of RGB (Red+Green+Blue) = 194+48+66=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23042 is #3DCFBD. Grayscale: #5D5D5D. Windows color (decimal): -4050878 or 4337858. OLE color: 4337858.
HSL color Cylindrical-coordinate representation of color #C23042: hue angle of 352.6º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23042 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 66 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.24 |
| HSL | 352.6º | 0.6% | 0.47% | - |
| HSV(B) | 352.6º | 0.75% | 0.76% | - |
| XYZ | 24.29 | 13.98 | 6.57 | - |
| YUV | 93.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 66 | 0 | 0.75 | 0.66 | 0.24 | 352.6 | 0.6 | 0.47 |
| Hex | C2 | 30 | 42 | 0 | 4B | 42 | 18 | 161 | 3C | 2F |
| Octal | 302 | 60 | 102 | 0 | 113 | 102 | 30 | 541 | 74 | 57 |
| Binary | 11000010 | 110000 | 1000010 | 0 | 1001011 | 1000010 | 11000 | 101100001 | 111100 | 101111 |
Color Harmonies of #C23042
Complementary color
Monochromatic Colors of #C23042
Black with #C23042
Text Example
Text Example
White with #C23042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23042; }
p { color: rgb(194,48,66); }
H1.HeaderClassName
{
color: #C23042;
}
.AnyTagClassName
{
color: #C23042;
}
</style>
background-color css
<style>
a { background-color: #C23042; }
a { background-color: rgb(194,48,66); }
div.DivClassName
{
background-color: #C23042;
}
.BgClassName
{
background-color: #C23042;
}
</style>
border-color css
<style>
span { border-color: #C23042; }
span { border-color: rgb(194,48,66); }
td.TdClassName
{
border-color: #C23042;
}
.TagClassName
{
border-color: #C23042;
}
</style>