Shades of Brick Red #C6323D
Tints of Brick Red #C6323D
RGB
CMYK
RGB Variations
Color information
#C6323D (or 0xC6323D) is known color: Brick Red. HEX triplet: C6, 32 and 3D. RGB value is (198,50,61). Sum of RGB (Red+Green+Blue) = 198+50+61=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6323D is #39CDC2. Grayscale: #5F5F5F. Windows color (decimal): -3788227 or 4010694. OLE color: 4010694.
HSL color Cylindrical-coordinate representation of color #C6323D: hue angle of 355.54º degrees, saturation: 0.6, 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 #C6323D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.22 |
| HSL | 355.54º | 0.6% | 0.49% | - |
| HSV(B) | 355.54º | 0.75% | 0.78% | - |
| XYZ | 25.27 | 14.62 | 5.91 | - |
| YUV | 95.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 61 | 0 | 0.75 | 0.69 | 0.22 | 355.54 | 0.6 | 0.49 |
| Hex | C6 | 32 | 3D | 0 | 4B | 45 | 16 | 164 | 3C | 31 |
| Octal | 306 | 62 | 75 | 0 | 113 | 105 | 26 | 544 | 74 | 61 |
| Binary | 11000110 | 110010 | 111101 | 0 | 1001011 | 1000101 | 10110 | 101100100 | 111100 | 110001 |
Color Harmonies of #C6323D
Complementary color
Monochromatic Colors of #C6323D
Black with #C6323D
Text Example
Text Example
White with #C6323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6323D; }
p { color: rgb(198,50,61); }
H1.HeaderClassName
{
color: #C6323D;
}
.AnyTagClassName
{
color: #C6323D;
}
</style>
background-color css
<style>
a { background-color: #C6323D; }
a { background-color: rgb(198,50,61); }
div.DivClassName
{
background-color: #C6323D;
}
.BgClassName
{
background-color: #C6323D;
}
</style>
border-color css
<style>
span { border-color: #C6323D; }
span { border-color: rgb(198,50,61); }
td.TdClassName
{
border-color: #C6323D;
}
.TagClassName
{
border-color: #C6323D;
}
</style>