Shades of Brick Red #C6283F
Tints of Brick Red #C6283F
RGB
CMYK
RGB Variations
Color information
#C6283F (or 0xC6283F) is known color: Brick Red. HEX triplet: C6, 28 and 3F. RGB value is (198,40,63). Sum of RGB (Red+Green+Blue) = 198+40+63=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C6283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6283F is #39D7C0. Grayscale: #595959. Windows color (decimal): -3790785 or 4139206. OLE color: 4139206.
HSL color Cylindrical-coordinate representation of color #C6283F: hue angle of 351.27º 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 #C6283F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 63 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.22 |
| HSL | 351.27º | 0.66% | 0.47% | - |
| HSV(B) | 351.27º | 0.8% | 0.78% | - |
| XYZ | 24.94 | 13.88 | 6.07 | - |
| YUV | 89.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 63 | 0 | 0.80 | 0.68 | 0.22 | 351.27 | 0.66 | 0.47 |
| Hex | C6 | 28 | 3F | 0 | 50 | 44 | 16 | 15F | 42 | 2F |
| Octal | 306 | 50 | 77 | 0 | 120 | 104 | 26 | 537 | 102 | 57 |
| Binary | 11000110 | 101000 | 111111 | 0 | 1010000 | 1000100 | 10110 | 101011111 | 1000010 | 101111 |
Color Harmonies of #C6283F
Complementary color
Monochromatic Colors of #C6283F
Black with #C6283F
Text Example
Text Example
White with #C6283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6283F; }
p { color: rgb(198,40,63); }
H1.HeaderClassName
{
color: #C6283F;
}
.AnyTagClassName
{
color: #C6283F;
}
</style>
background-color css
<style>
a { background-color: #C6283F; }
a { background-color: rgb(198,40,63); }
div.DivClassName
{
background-color: #C6283F;
}
.BgClassName
{
background-color: #C6283F;
}
</style>
border-color css
<style>
span { border-color: #C6283F; }
span { border-color: rgb(198,40,63); }
td.TdClassName
{
border-color: #C6283F;
}
.TagClassName
{
border-color: #C6283F;
}
</style>