Shades of Brick Red #C73340
Tints of Brick Red #C73340
RGB
CMYK
RGB Variations
Color information
#C73340 (or 0xC73340) is known color: Brick Red. HEX triplet: C7, 33 and 40. RGB value is (199,51,64). Sum of RGB (Red+Green+Blue) = 199+51+64=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C73340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73340 is #38CCBF. Grayscale: #606060. Windows color (decimal): -3722432 or 4207559. OLE color: 4207559.
HSL color Cylindrical-coordinate representation of color #C73340: hue angle of 354.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73340 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 64 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 354.73º | 0.59% | 0.49% | - |
| HSV(B) | 354.73º | 0.74% | 0.78% | - |
| XYZ | 25.66 | 14.88 | 6.37 | - |
| YUV | 96.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 64 | 0 | 0.74 | 0.68 | 0.22 | 354.73 | 0.59 | 0.49 |
| Hex | C7 | 33 | 40 | 0 | 4A | 44 | 16 | 163 | 3B | 31 |
| Octal | 307 | 63 | 100 | 0 | 112 | 104 | 26 | 543 | 73 | 61 |
| Binary | 11000111 | 110011 | 1000000 | 0 | 1001010 | 1000100 | 10110 | 101100011 | 111011 | 110001 |
Color Harmonies of #C73340
Complementary color
Monochromatic Colors of #C73340
Black with #C73340
Text Example
Text Example
White with #C73340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73340; }
p { color: rgb(199,51,64); }
H1.HeaderClassName
{
color: #C73340;
}
.AnyTagClassName
{
color: #C73340;
}
</style>
background-color css
<style>
a { background-color: #C73340; }
a { background-color: rgb(199,51,64); }
div.DivClassName
{
background-color: #C73340;
}
.BgClassName
{
background-color: #C73340;
}
</style>
border-color css
<style>
span { border-color: #C73340; }
span { border-color: rgb(199,51,64); }
td.TdClassName
{
border-color: #C73340;
}
.TagClassName
{
border-color: #C73340;
}
</style>