Shades of Brick Red #C02541
Tints of Brick Red #C02541
RGB
CMYK
RGB Variations
Color information
#C02541 (or 0xC02541) is known color: Brick Red. HEX triplet: C0, 25 and 41. RGB value is (192,37,65). Sum of RGB (Red+Green+Blue) = 192+37+65=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02541 is #3FDABE. Grayscale: #565656. Windows color (decimal): -4184767 or 4269504. OLE color: 4269504.
HSL color Cylindrical-coordinate representation of color #C02541: hue angle of 349.16º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02541 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 65 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.25 |
| HSL | 349.16º | 0.68% | 0.45% | - |
| HSV(B) | 349.16º | 0.81% | 0.75% | - |
| XYZ | 23.35 | 12.91 | 6.26 | - |
| YUV | 86.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 65 | 0 | 0.81 | 0.66 | 0.25 | 349.16 | 0.68 | 0.45 |
| Hex | C0 | 25 | 41 | 0 | 51 | 42 | 19 | 15D | 44 | 2D |
| Octal | 300 | 45 | 101 | 0 | 121 | 102 | 31 | 535 | 104 | 55 |
| Binary | 11000000 | 100101 | 1000001 | 0 | 1010001 | 1000010 | 11001 | 101011101 | 1000100 | 101101 |
Color Harmonies of #C02541
Complementary color
Monochromatic Colors of #C02541
Black with #C02541
Text Example
Text Example
White with #C02541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02541; }
p { color: rgb(192,37,65); }
H1.HeaderClassName
{
color: #C02541;
}
.AnyTagClassName
{
color: #C02541;
}
</style>
background-color css
<style>
a { background-color: #C02541; }
a { background-color: rgb(192,37,65); }
div.DivClassName
{
background-color: #C02541;
}
.BgClassName
{
background-color: #C02541;
}
</style>
border-color css
<style>
span { border-color: #C02541; }
span { border-color: rgb(192,37,65); }
td.TdClassName
{
border-color: #C02541;
}
.TagClassName
{
border-color: #C02541;
}
</style>