Shades of Brick Red #C03F44
Tints of Brick Red #C03F44
RGB
CMYK
RGB Variations
Color information
#C03F44 (or 0xC03F44) is known color: Brick Red. HEX triplet: C0, 3F and 44. RGB value is (192,63,68). Sum of RGB (Red+Green+Blue) = 192+63+68=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F44 is #3FC0BB. Grayscale: #666666. Windows color (decimal): -4178108 or 4472768. OLE color: 4472768.
HSL color Cylindrical-coordinate representation of color #C03F44: hue angle of 357.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F44 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 68 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.25 |
| HSL | 357.67º | 0.51% | 0.5% | - |
| HSV(B) | 357.67º | 0.67% | 0.75% | - |
| XYZ | 24.56 | 15.18 | 7.1 | - |
| YUV | 102.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 68 | 0 | 0.67 | 0.65 | 0.25 | 357.67 | 0.51 | 0.5 |
| Hex | C0 | 3F | 44 | 0 | 43 | 41 | 19 | 166 | 33 | 32 |
| Octal | 300 | 77 | 104 | 0 | 103 | 101 | 31 | 546 | 63 | 62 |
| Binary | 11000000 | 111111 | 1000100 | 0 | 1000011 | 1000001 | 11001 | 101100110 | 110011 | 110010 |
Color Harmonies of #C03F44
Complementary color
Monochromatic Colors of #C03F44
Black with #C03F44
Text Example
Text Example
White with #C03F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F44; }
p { color: rgb(192,63,68); }
H1.HeaderClassName
{
color: #C03F44;
}
.AnyTagClassName
{
color: #C03F44;
}
</style>
background-color css
<style>
a { background-color: #C03F44; }
a { background-color: rgb(192,63,68); }
div.DivClassName
{
background-color: #C03F44;
}
.BgClassName
{
background-color: #C03F44;
}
</style>
border-color css
<style>
span { border-color: #C03F44; }
span { border-color: rgb(192,63,68); }
td.TdClassName
{
border-color: #C03F44;
}
.TagClassName
{
border-color: #C03F44;
}
</style>