Shades of Brick Red #C73842
Tints of Brick Red #C73842
RGB
CMYK
RGB Variations
Color information
#C73842 (or 0xC73842) is known color: Brick Red. HEX triplet: C7, 38 and 42. RGB value is (199,56,66). Sum of RGB (Red+Green+Blue) = 199+56+66=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C73842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73842 is #38C7BD. Grayscale: #646464. Windows color (decimal): -3721150 or 4339911. OLE color: 4339911.
HSL color Cylindrical-coordinate representation of color #C73842: hue angle of 355.8º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73842 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 66 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.22 |
| HSL | 355.8º | 0.56% | 0.5% | - |
| HSV(B) | 355.8º | 0.72% | 0.78% | - |
| XYZ | 25.95 | 15.36 | 6.75 | - |
| YUV | 99.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 66 | 0 | 0.72 | 0.67 | 0.22 | 355.8 | 0.56 | 0.5 |
| Hex | C7 | 38 | 42 | 0 | 48 | 43 | 16 | 164 | 38 | 32 |
| Octal | 307 | 70 | 102 | 0 | 110 | 103 | 26 | 544 | 70 | 62 |
| Binary | 11000111 | 111000 | 1000010 | 0 | 1001000 | 1000011 | 10110 | 101100100 | 111000 | 110010 |
Color Harmonies of #C73842
Complementary color
Monochromatic Colors of #C73842
Black with #C73842
Text Example
Text Example
White with #C73842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73842; }
p { color: rgb(199,56,66); }
H1.HeaderClassName
{
color: #C73842;
}
.AnyTagClassName
{
color: #C73842;
}
</style>
background-color css
<style>
a { background-color: #C73842; }
a { background-color: rgb(199,56,66); }
div.DivClassName
{
background-color: #C73842;
}
.BgClassName
{
background-color: #C73842;
}
</style>
border-color css
<style>
span { border-color: #C73842; }
span { border-color: rgb(199,56,66); }
td.TdClassName
{
border-color: #C73842;
}
.TagClassName
{
border-color: #C73842;
}
</style>