Shades of Brick Red #C6283D
Tints of Brick Red #C6283D
RGB
CMYK
RGB Variations
Color information
#C6283D (or 0xC6283D) is known color: Brick Red. HEX triplet: C6, 28 and 3D. RGB value is (198,40,61). Sum of RGB (Red+Green+Blue) = 198+40+61=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6283D is #39D7C2. Grayscale: #595959. Windows color (decimal): -3790787 or 4008134. OLE color: 4008134.
HSL color Cylindrical-coordinate representation of color #C6283D: hue angle of 352.03º 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 #C6283D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 61 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.22 |
| HSL | 352.03º | 0.66% | 0.47% | - |
| HSV(B) | 352.03º | 0.8% | 0.78% | - |
| XYZ | 24.89 | 13.86 | 5.78 | - |
| YUV | 89.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 61 | 0 | 0.80 | 0.69 | 0.22 | 352.03 | 0.66 | 0.47 |
| Hex | C6 | 28 | 3D | 0 | 50 | 45 | 16 | 160 | 42 | 2F |
| Octal | 306 | 50 | 75 | 0 | 120 | 105 | 26 | 540 | 102 | 57 |
| Binary | 11000110 | 101000 | 111101 | 0 | 1010000 | 1000101 | 10110 | 101100000 | 1000010 | 101111 |
Color Harmonies of #C6283D
Complementary color
Monochromatic Colors of #C6283D
Black with #C6283D
Text Example
Text Example
White with #C6283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6283D; }
p { color: rgb(198,40,61); }
H1.HeaderClassName
{
color: #C6283D;
}
.AnyTagClassName
{
color: #C6283D;
}
</style>
background-color css
<style>
a { background-color: #C6283D; }
a { background-color: rgb(198,40,61); }
div.DivClassName
{
background-color: #C6283D;
}
.BgClassName
{
background-color: #C6283D;
}
</style>
border-color css
<style>
span { border-color: #C6283D; }
span { border-color: rgb(198,40,61); }
td.TdClassName
{
border-color: #C6283D;
}
.TagClassName
{
border-color: #C6283D;
}
</style>