Shades of Brick Red #C83143
Tints of Brick Red #C83143
RGB
CMYK
RGB Variations
Color information
#C83143 (or 0xC83143) is known color: Brick Red. HEX triplet: C8, 31 and 43. RGB value is (200,49,67). Sum of RGB (Red+Green+Blue) = 200+49+67=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83143 is #37CEBC. Grayscale: #606060. Windows color (decimal): -3657405 or 4403656. OLE color: 4403656.
HSL color Cylindrical-coordinate representation of color #C83143: hue angle of 352.85º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83143 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 67 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.22 |
| HSL | 352.85º | 0.61% | 0.49% | - |
| HSV(B) | 352.85º | 0.76% | 0.78% | - |
| XYZ | 25.93 | 14.88 | 6.82 | - |
| YUV | 96.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 67 | 0 | 0.76 | 0.66 | 0.22 | 352.85 | 0.61 | 0.49 |
| Hex | C8 | 31 | 43 | 0 | 4C | 42 | 16 | 161 | 3D | 31 |
| Octal | 310 | 61 | 103 | 0 | 114 | 102 | 26 | 541 | 75 | 61 |
| Binary | 11001000 | 110001 | 1000011 | 0 | 1001100 | 1000010 | 10110 | 101100001 | 111101 | 110001 |
Color Harmonies of #C83143
Complementary color
Monochromatic Colors of #C83143
Black with #C83143
Text Example
Text Example
White with #C83143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83143; }
p { color: rgb(200,49,67); }
H1.HeaderClassName
{
color: #C83143;
}
.AnyTagClassName
{
color: #C83143;
}
</style>
background-color css
<style>
a { background-color: #C83143; }
a { background-color: rgb(200,49,67); }
div.DivClassName
{
background-color: #C83143;
}
.BgClassName
{
background-color: #C83143;
}
</style>
border-color css
<style>
span { border-color: #C83143; }
span { border-color: rgb(200,49,67); }
td.TdClassName
{
border-color: #C83143;
}
.TagClassName
{
border-color: #C83143;
}
</style>