Shades of Brick Red #C83440
Tints of Brick Red #C83440
RGB
CMYK
RGB Variations
Color information
#C83440 (or 0xC83440) is known color: Brick Red. HEX triplet: C8, 34 and 40. RGB value is (200,52,64). Sum of RGB (Red+Green+Blue) = 200+52+64=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83440 is #37CBBF. Grayscale: #616161. Windows color (decimal): -3656640 or 4207816. OLE color: 4207816.
HSL color Cylindrical-coordinate representation of color #C83440: hue angle of 355.14º 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 #C83440 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 64 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 355.14º | 0.59% | 0.49% | - |
| HSV(B) | 355.14º | 0.74% | 0.78% | - |
| XYZ | 25.97 | 15.11 | 6.4 | - |
| YUV | 97.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 64 | 0 | 0.74 | 0.68 | 0.22 | 355.14 | 0.59 | 0.49 |
| Hex | C8 | 34 | 40 | 0 | 4A | 44 | 16 | 163 | 3B | 31 |
| Octal | 310 | 64 | 100 | 0 | 112 | 104 | 26 | 543 | 73 | 61 |
| Binary | 11001000 | 110100 | 1000000 | 0 | 1001010 | 1000100 | 10110 | 101100011 | 111011 | 110001 |
Color Harmonies of #C83440
Complementary color
Monochromatic Colors of #C83440
Black with #C83440
Text Example
Text Example
White with #C83440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83440; }
p { color: rgb(200,52,64); }
H1.HeaderClassName
{
color: #C83440;
}
.AnyTagClassName
{
color: #C83440;
}
</style>
background-color css
<style>
a { background-color: #C83440; }
a { background-color: rgb(200,52,64); }
div.DivClassName
{
background-color: #C83440;
}
.BgClassName
{
background-color: #C83440;
}
</style>
border-color css
<style>
span { border-color: #C83440; }
span { border-color: rgb(200,52,64); }
td.TdClassName
{
border-color: #C83440;
}
.TagClassName
{
border-color: #C83440;
}
</style>