Shades of Brick Red #C0283F
Tints of Brick Red #C0283F
RGB
CMYK
RGB Variations
Color information
#C0283F (or 0xC0283F) is known color: Brick Red. HEX triplet: C0, 28 and 3F. RGB value is (192,40,63). Sum of RGB (Red+Green+Blue) = 192+40+63=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C0283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0283F is #3FD7C0. Grayscale: #585858. Windows color (decimal): -4184001 or 4139200. OLE color: 4139200.
HSL color Cylindrical-coordinate representation of color #C0283F: hue angle of 350.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0283F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 63 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.25 |
| HSL | 350.92º | 0.66% | 0.45% | - |
| HSV(B) | 350.92º | 0.79% | 0.75% | - |
| XYZ | 23.39 | 13.08 | 5.99 | - |
| YUV | 88.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 63 | 0 | 0.79 | 0.67 | 0.25 | 350.92 | 0.66 | 0.45 |
| Hex | C0 | 28 | 3F | 0 | 4F | 43 | 19 | 15F | 42 | 2D |
| Octal | 300 | 50 | 77 | 0 | 117 | 103 | 31 | 537 | 102 | 55 |
| Binary | 11000000 | 101000 | 111111 | 0 | 1001111 | 1000011 | 11001 | 101011111 | 1000010 | 101101 |
Color Harmonies of #C0283F
Complementary color
Monochromatic Colors of #C0283F
Black with #C0283F
Text Example
Text Example
White with #C0283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0283F; }
p { color: rgb(192,40,63); }
H1.HeaderClassName
{
color: #C0283F;
}
.AnyTagClassName
{
color: #C0283F;
}
</style>
background-color css
<style>
a { background-color: #C0283F; }
a { background-color: rgb(192,40,63); }
div.DivClassName
{
background-color: #C0283F;
}
.BgClassName
{
background-color: #C0283F;
}
</style>
border-color css
<style>
span { border-color: #C0283F; }
span { border-color: rgb(192,40,63); }
td.TdClassName
{
border-color: #C0283F;
}
.TagClassName
{
border-color: #C0283F;
}
</style>