Shades of Brick Red #C84348
Tints of Brick Red #C84348
RGB
CMYK
RGB Variations
Color information
#C84348 (or 0xC84348) is known color: Brick Red. HEX triplet: C8, 43 and 48. RGB value is (200,67,72). Sum of RGB (Red+Green+Blue) = 200+67+72=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C84348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84348 is #37BCB7. Grayscale: #6B6B6B. Windows color (decimal): -3652792 or 4735944. OLE color: 4735944.
HSL color Cylindrical-coordinate representation of color #C84348: hue angle of 357.74º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84348 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 72 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.22 |
| HSL | 357.74º | 0.55% | 0.52% | - |
| HSV(B) | 357.74º | 0.67% | 0.78% | - |
| XYZ | 27 | 16.76 | 7.94 | - |
| YUV | 107.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 72 | 0 | 0.66 | 0.64 | 0.22 | 357.74 | 0.55 | 0.52 |
| Hex | C8 | 43 | 48 | 0 | 42 | 40 | 16 | 166 | 37 | 34 |
| Octal | 310 | 103 | 110 | 0 | 102 | 100 | 26 | 546 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1001000 | 0 | 1000010 | 1000000 | 10110 | 101100110 | 110111 | 110100 |
Color Harmonies of #C84348
Complementary color
Monochromatic Colors of #C84348
Black with #C84348
Text Example
Text Example
White with #C84348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84348; }
p { color: rgb(200,67,72); }
H1.HeaderClassName
{
color: #C84348;
}
.AnyTagClassName
{
color: #C84348;
}
</style>
background-color css
<style>
a { background-color: #C84348; }
a { background-color: rgb(200,67,72); }
div.DivClassName
{
background-color: #C84348;
}
.BgClassName
{
background-color: #C84348;
}
</style>
border-color css
<style>
span { border-color: #C84348; }
span { border-color: rgb(200,67,72); }
td.TdClassName
{
border-color: #C84348;
}
.TagClassName
{
border-color: #C84348;
}
</style>