Shades of Brick Red #C82948
Tints of Brick Red #C82948
RGB
CMYK
RGB Variations
Color information
#C82948 (or 0xC82948) is known color: Brick Red. HEX triplet: C8, 29 and 48. RGB value is (200,41,72). Sum of RGB (Red+Green+Blue) = 200+41+72=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C82948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82948 is #37D6B7. Grayscale: #5C5C5C. Windows color (decimal): -3659448 or 4729288. OLE color: 4729288.
HSL color Cylindrical-coordinate representation of color #C82948: hue angle of 348.3º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82948 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 72 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.22 |
| HSL | 348.3º | 0.66% | 0.47% | - |
| HSV(B) | 348.3º | 0.8% | 0.78% | - |
| XYZ | 25.78 | 14.33 | 7.54 | - |
| YUV | 92.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 72 | 0 | 0.80 | 0.64 | 0.22 | 348.3 | 0.66 | 0.47 |
| Hex | C8 | 29 | 48 | 0 | 50 | 40 | 16 | 15C | 42 | 2F |
| Octal | 310 | 51 | 110 | 0 | 120 | 100 | 26 | 534 | 102 | 57 |
| Binary | 11001000 | 101001 | 1001000 | 0 | 1010000 | 1000000 | 10110 | 101011100 | 1000010 | 101111 |
Color Harmonies of #C82948
Complementary color
Monochromatic Colors of #C82948
Black with #C82948
Text Example
Text Example
White with #C82948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82948; }
p { color: rgb(200,41,72); }
H1.HeaderClassName
{
color: #C82948;
}
.AnyTagClassName
{
color: #C82948;
}
</style>
background-color css
<style>
a { background-color: #C82948; }
a { background-color: rgb(200,41,72); }
div.DivClassName
{
background-color: #C82948;
}
.BgClassName
{
background-color: #C82948;
}
</style>
border-color css
<style>
span { border-color: #C82948; }
span { border-color: rgb(200,41,72); }
td.TdClassName
{
border-color: #C82948;
}
.TagClassName
{
border-color: #C82948;
}
</style>