Shades of Brick Red #C0273F
Tints of Brick Red #C0273F
RGB
CMYK
RGB Variations
Color information
#C0273F (or 0xC0273F) is known color: Brick Red. HEX triplet: C0, 27 and 3F. RGB value is (192,39,63). Sum of RGB (Red+Green+Blue) = 192+39+63=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0273F is #3FD8C0. Grayscale: #575757. Windows color (decimal): -4184257 or 4138944. OLE color: 4138944.
HSL color Cylindrical-coordinate representation of color #C0273F: hue angle of 350.59º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0273F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 63 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.25 |
| HSL | 350.59º | 0.66% | 0.45% | - |
| HSV(B) | 350.59º | 0.8% | 0.75% | - |
| XYZ | 23.36 | 13.02 | 5.98 | - |
| YUV | 87.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 63 | 0 | 0.80 | 0.67 | 0.25 | 350.59 | 0.66 | 0.45 |
| Hex | C0 | 27 | 3F | 0 | 50 | 43 | 19 | 15F | 42 | 2D |
| Octal | 300 | 47 | 77 | 0 | 120 | 103 | 31 | 537 | 102 | 55 |
| Binary | 11000000 | 100111 | 111111 | 0 | 1010000 | 1000011 | 11001 | 101011111 | 1000010 | 101101 |
Color Harmonies of #C0273F
Complementary color
Monochromatic Colors of #C0273F
Black with #C0273F
Text Example
Text Example
White with #C0273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0273F; }
p { color: rgb(192,39,63); }
H1.HeaderClassName
{
color: #C0273F;
}
.AnyTagClassName
{
color: #C0273F;
}
</style>
background-color css
<style>
a { background-color: #C0273F; }
a { background-color: rgb(192,39,63); }
div.DivClassName
{
background-color: #C0273F;
}
.BgClassName
{
background-color: #C0273F;
}
</style>
border-color css
<style>
span { border-color: #C0273F; }
span { border-color: rgb(192,39,63); }
td.TdClassName
{
border-color: #C0273F;
}
.TagClassName
{
border-color: #C0273F;
}
</style>