Shades of Brick Red #C73942
Tints of Brick Red #C73942
RGB
CMYK
RGB Variations
Color information
#C73942 (or 0xC73942) is known color: Brick Red. HEX triplet: C7, 39 and 42. RGB value is (199,57,66). Sum of RGB (Red+Green+Blue) = 199+57+66=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C73942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73942 is #38C6BD. Grayscale: #646464. Windows color (decimal): -3720894 or 4340167. OLE color: 4340167.
HSL color Cylindrical-coordinate representation of color #C73942: hue angle of 356.2º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73942 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 66 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.22 |
| HSL | 356.2º | 0.56% | 0.5% | - |
| HSV(B) | 356.2º | 0.71% | 0.78% | - |
| XYZ | 26 | 15.46 | 6.77 | - |
| YUV | 100.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 66 | 0 | 0.71 | 0.67 | 0.22 | 356.2 | 0.56 | 0.5 |
| Hex | C7 | 39 | 42 | 0 | 47 | 43 | 16 | 164 | 38 | 32 |
| Octal | 307 | 71 | 102 | 0 | 107 | 103 | 26 | 544 | 70 | 62 |
| Binary | 11000111 | 111001 | 1000010 | 0 | 1000111 | 1000011 | 10110 | 101100100 | 111000 | 110010 |
Color Harmonies of #C73942
Complementary color
Monochromatic Colors of #C73942
Black with #C73942
Text Example
Text Example
White with #C73942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73942; }
p { color: rgb(199,57,66); }
H1.HeaderClassName
{
color: #C73942;
}
.AnyTagClassName
{
color: #C73942;
}
</style>
background-color css
<style>
a { background-color: #C73942; }
a { background-color: rgb(199,57,66); }
div.DivClassName
{
background-color: #C73942;
}
.BgClassName
{
background-color: #C73942;
}
</style>
border-color css
<style>
span { border-color: #C73942; }
span { border-color: rgb(199,57,66); }
td.TdClassName
{
border-color: #C73942;
}
.TagClassName
{
border-color: #C73942;
}
</style>