Shades of Brick Red #C4273C
Tints of Brick Red #C4273C
RGB
CMYK
RGB Variations
Color information
#C4273C (or 0xC4273C) is known color: Brick Red. HEX triplet: C4, 27 and 3C. RGB value is (196,39,60). Sum of RGB (Red+Green+Blue) = 196+39+60=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4273C is #3BD8C3. Grayscale: #585858. Windows color (decimal): -3922116 or 3942340. OLE color: 3942340.
HSL color Cylindrical-coordinate representation of color #C4273C: hue angle of 351.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4273C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 60 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.23 |
| HSL | 351.97º | 0.67% | 0.46% | - |
| HSV(B) | 351.97º | 0.8% | 0.77% | - |
| XYZ | 24.31 | 13.51 | 5.6 | - |
| YUV | 88.34 | 112.01 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 60 | 0 | 0.80 | 0.69 | 0.23 | 351.97 | 0.67 | 0.46 |
| Hex | C4 | 27 | 3C | 0 | 50 | 45 | 17 | 160 | 43 | 2E |
| Octal | 304 | 47 | 74 | 0 | 120 | 105 | 27 | 540 | 103 | 56 |
| Binary | 11000100 | 100111 | 111100 | 0 | 1010000 | 1000101 | 10111 | 101100000 | 1000011 | 101110 |
Color Harmonies of #C4273C
Complementary color
Monochromatic Colors of #C4273C
Black with #C4273C
Text Example
Text Example
White with #C4273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4273C; }
p { color: rgb(196,39,60); }
H1.HeaderClassName
{
color: #C4273C;
}
.AnyTagClassName
{
color: #C4273C;
}
</style>
background-color css
<style>
a { background-color: #C4273C; }
a { background-color: rgb(196,39,60); }
div.DivClassName
{
background-color: #C4273C;
}
.BgClassName
{
background-color: #C4273C;
}
</style>
border-color css
<style>
span { border-color: #C4273C; }
span { border-color: rgb(196,39,60); }
td.TdClassName
{
border-color: #C4273C;
}
.TagClassName
{
border-color: #C4273C;
}
</style>