Shades of Brick Red #C23045
Tints of Brick Red #C23045
RGB
CMYK
RGB Variations
Color information
#C23045 (or 0xC23045) is known color: Brick Red. HEX triplet: C2, 30 and 45. RGB value is (194,48,69). Sum of RGB (Red+Green+Blue) = 194+48+69=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23045 is #3DCFBA. Grayscale: #5E5E5E. Windows color (decimal): -4050875 or 4534466. OLE color: 4534466.
HSL color Cylindrical-coordinate representation of color #C23045: hue angle of 351.37º 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 #C23045 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 69 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.24 |
| HSL | 351.37º | 0.6% | 0.47% | - |
| HSV(B) | 351.37º | 0.75% | 0.76% | - |
| XYZ | 24.38 | 14.01 | 7.05 | - |
| YUV | 94.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 69 | 0 | 0.75 | 0.64 | 0.24 | 351.37 | 0.6 | 0.47 |
| Hex | C2 | 30 | 45 | 0 | 4B | 40 | 18 | 15F | 3C | 2F |
| Octal | 302 | 60 | 105 | 0 | 113 | 100 | 30 | 537 | 74 | 57 |
| Binary | 11000010 | 110000 | 1000101 | 0 | 1001011 | 1000000 | 11000 | 101011111 | 111100 | 101111 |
Color Harmonies of #C23045
Complementary color
Monochromatic Colors of #C23045
Black with #C23045
Text Example
Text Example
White with #C23045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23045; }
p { color: rgb(194,48,69); }
H1.HeaderClassName
{
color: #C23045;
}
.AnyTagClassName
{
color: #C23045;
}
</style>
background-color css
<style>
a { background-color: #C23045; }
a { background-color: rgb(194,48,69); }
div.DivClassName
{
background-color: #C23045;
}
.BgClassName
{
background-color: #C23045;
}
</style>
border-color css
<style>
span { border-color: #C23045; }
span { border-color: rgb(194,48,69); }
td.TdClassName
{
border-color: #C23045;
}
.TagClassName
{
border-color: #C23045;
}
</style>