Shades of Brick Red #C03842
Tints of Brick Red #C03842
RGB
CMYK
RGB Variations
Color information
#C03842 (or 0xC03842) is known color: Brick Red. HEX triplet: C0, 38 and 42. RGB value is (192,56,66). Sum of RGB (Red+Green+Blue) = 192+56+66=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03842 is #3FC7BD. Grayscale: #616161. Windows color (decimal): -4179902 or 4339904. OLE color: 4339904.
HSL color Cylindrical-coordinate representation of color #C03842: hue angle of 355.59º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03842 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 66 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.25 |
| HSL | 355.59º | 0.55% | 0.49% | - |
| HSV(B) | 355.59º | 0.71% | 0.75% | - |
| XYZ | 24.14 | 14.43 | 6.67 | - |
| YUV | 97.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 66 | 0 | 0.71 | 0.66 | 0.25 | 355.59 | 0.55 | 0.49 |
| Hex | C0 | 38 | 42 | 0 | 47 | 42 | 19 | 164 | 37 | 31 |
| Octal | 300 | 70 | 102 | 0 | 107 | 102 | 31 | 544 | 67 | 61 |
| Binary | 11000000 | 111000 | 1000010 | 0 | 1000111 | 1000010 | 11001 | 101100100 | 110111 | 110001 |
Color Harmonies of #C03842
Complementary color
Monochromatic Colors of #C03842
Black with #C03842
Text Example
Text Example
White with #C03842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03842; }
p { color: rgb(192,56,66); }
H1.HeaderClassName
{
color: #C03842;
}
.AnyTagClassName
{
color: #C03842;
}
</style>
background-color css
<style>
a { background-color: #C03842; }
a { background-color: rgb(192,56,66); }
div.DivClassName
{
background-color: #C03842;
}
.BgClassName
{
background-color: #C03842;
}
</style>
border-color css
<style>
span { border-color: #C03842; }
span { border-color: rgb(192,56,66); }
td.TdClassName
{
border-color: #C03842;
}
.TagClassName
{
border-color: #C03842;
}
</style>