Shades of Brick Red #C4303C
Tints of Brick Red #C4303C
RGB
CMYK
RGB Variations
Color information
#C4303C (or 0xC4303C) is known color: Brick Red. HEX triplet: C4, 30 and 3C. RGB value is (196,48,60). Sum of RGB (Red+Green+Blue) = 196+48+60=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4303C is #3BCFC3. Grayscale: #5D5D5D. Windows color (decimal): -3919812 or 3944644. OLE color: 3944644.
HSL color Cylindrical-coordinate representation of color #C4303C: hue angle of 355.14º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4303C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 60 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.23 |
| HSL | 355.14º | 0.61% | 0.48% | - |
| HSV(B) | 355.14º | 0.76% | 0.77% | - |
| XYZ | 24.64 | 14.18 | 5.71 | - |
| YUV | 93.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 60 | 0 | 0.76 | 0.69 | 0.23 | 355.14 | 0.61 | 0.48 |
| Hex | C4 | 30 | 3C | 0 | 4C | 45 | 17 | 163 | 3D | 30 |
| Octal | 304 | 60 | 74 | 0 | 114 | 105 | 27 | 543 | 75 | 60 |
| Binary | 11000100 | 110000 | 111100 | 0 | 1001100 | 1000101 | 10111 | 101100011 | 111101 | 110000 |
Color Harmonies of #C4303C
Complementary color
Monochromatic Colors of #C4303C
Black with #C4303C
Text Example
Text Example
White with #C4303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4303C; }
p { color: rgb(196,48,60); }
H1.HeaderClassName
{
color: #C4303C;
}
.AnyTagClassName
{
color: #C4303C;
}
</style>
background-color css
<style>
a { background-color: #C4303C; }
a { background-color: rgb(196,48,60); }
div.DivClassName
{
background-color: #C4303C;
}
.BgClassName
{
background-color: #C4303C;
}
</style>
border-color css
<style>
span { border-color: #C4303C; }
span { border-color: rgb(196,48,60); }
td.TdClassName
{
border-color: #C4303C;
}
.TagClassName
{
border-color: #C4303C;
}
</style>