Shades of Brick Red #C03641
Tints of Brick Red #C03641
RGB
CMYK
RGB Variations
Color information
#C03641 (or 0xC03641) is known color: Brick Red. HEX triplet: C0, 36 and 41. RGB value is (192,54,65). Sum of RGB (Red+Green+Blue) = 192+54+65=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03641 is #3FC9BE. Grayscale: #606060. Windows color (decimal): -4180415 or 4273856. OLE color: 4273856.
HSL color Cylindrical-coordinate representation of color #C03641: hue angle of 355.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03641 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 65 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.25 |
| HSL | 355.22º | 0.56% | 0.48% | - |
| HSV(B) | 355.22º | 0.72% | 0.75% | - |
| XYZ | 24.01 | 14.23 | 6.48 | - |
| YUV | 96.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 65 | 0 | 0.72 | 0.66 | 0.25 | 355.22 | 0.56 | 0.48 |
| Hex | C0 | 36 | 41 | 0 | 48 | 42 | 19 | 163 | 38 | 30 |
| Octal | 300 | 66 | 101 | 0 | 110 | 102 | 31 | 543 | 70 | 60 |
| Binary | 11000000 | 110110 | 1000001 | 0 | 1001000 | 1000010 | 11001 | 101100011 | 111000 | 110000 |
Color Harmonies of #C03641
Complementary color
Monochromatic Colors of #C03641
Black with #C03641
Text Example
Text Example
White with #C03641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03641; }
p { color: rgb(192,54,65); }
H1.HeaderClassName
{
color: #C03641;
}
.AnyTagClassName
{
color: #C03641;
}
</style>
background-color css
<style>
a { background-color: #C03641; }
a { background-color: rgb(192,54,65); }
div.DivClassName
{
background-color: #C03641;
}
.BgClassName
{
background-color: #C03641;
}
</style>
border-color css
<style>
span { border-color: #C03641; }
span { border-color: rgb(192,54,65); }
td.TdClassName
{
border-color: #C03641;
}
.TagClassName
{
border-color: #C03641;
}
</style>