Shades of Brick Red #C24348
Tints of Brick Red #C24348
RGB
CMYK
RGB Variations
Color information
#C24348 (or 0xC24348) is known color: Brick Red. HEX triplet: C2, 43 and 48. RGB value is (194,67,72). Sum of RGB (Red+Green+Blue) = 194+67+72=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C24348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24348 is #3DBCB7. Grayscale: #696969. Windows color (decimal): -4046008 or 4735938. OLE color: 4735938.
HSL color Cylindrical-coordinate representation of color #C24348: hue angle of 357.64º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24348 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 72 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.24 |
| HSL | 357.64º | 0.51% | 0.51% | - |
| HSV(B) | 357.64º | 0.65% | 0.76% | - |
| XYZ | 25.42 | 15.95 | 7.87 | - |
| YUV | 105.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 72 | 0 | 0.65 | 0.63 | 0.24 | 357.64 | 0.51 | 0.51 |
| Hex | C2 | 43 | 48 | 0 | 41 | 3F | 18 | 166 | 33 | 33 |
| Octal | 302 | 103 | 110 | 0 | 101 | 77 | 30 | 546 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1001000 | 0 | 1000001 | 111111 | 11000 | 101100110 | 110011 | 110011 |
Color Harmonies of #C24348
Complementary color
Monochromatic Colors of #C24348
Black with #C24348
Text Example
Text Example
White with #C24348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24348; }
p { color: rgb(194,67,72); }
H1.HeaderClassName
{
color: #C24348;
}
.AnyTagClassName
{
color: #C24348;
}
</style>
background-color css
<style>
a { background-color: #C24348; }
a { background-color: rgb(194,67,72); }
div.DivClassName
{
background-color: #C24348;
}
.BgClassName
{
background-color: #C24348;
}
</style>
border-color css
<style>
span { border-color: #C24348; }
span { border-color: rgb(194,67,72); }
td.TdClassName
{
border-color: #C24348;
}
.TagClassName
{
border-color: #C24348;
}
</style>