Shades of Brick Red #C0323C
Tints of Brick Red #C0323C
RGB
CMYK
RGB Variations
Color information
#C0323C (or 0xC0323C) is known color: Brick Red. HEX triplet: C0, 32 and 3C. RGB value is (192,50,60). Sum of RGB (Red+Green+Blue) = 192+50+60=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0323C is #3FCDC3. Grayscale: #5D5D5D. Windows color (decimal): -4181444 or 3945152. OLE color: 3945152.
HSL color Cylindrical-coordinate representation of color #C0323C: hue angle of 355.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0323C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 60 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.25 |
| HSL | 355.77º | 0.59% | 0.47% | - |
| HSV(B) | 355.77º | 0.74% | 0.75% | - |
| XYZ | 23.69 | 13.81 | 5.69 | - |
| YUV | 93.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 60 | 0 | 0.74 | 0.69 | 0.25 | 355.77 | 0.59 | 0.47 |
| Hex | C0 | 32 | 3C | 0 | 4A | 45 | 19 | 164 | 3B | 2F |
| Octal | 300 | 62 | 74 | 0 | 112 | 105 | 31 | 544 | 73 | 57 |
| Binary | 11000000 | 110010 | 111100 | 0 | 1001010 | 1000101 | 11001 | 101100100 | 111011 | 101111 |
Color Harmonies of #C0323C
Complementary color
Monochromatic Colors of #C0323C
Black with #C0323C
Text Example
Text Example
White with #C0323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0323C; }
p { color: rgb(192,50,60); }
H1.HeaderClassName
{
color: #C0323C;
}
.AnyTagClassName
{
color: #C0323C;
}
</style>
background-color css
<style>
a { background-color: #C0323C; }
a { background-color: rgb(192,50,60); }
div.DivClassName
{
background-color: #C0323C;
}
.BgClassName
{
background-color: #C0323C;
}
</style>
border-color css
<style>
span { border-color: #C0323C; }
span { border-color: rgb(192,50,60); }
td.TdClassName
{
border-color: #C0323C;
}
.TagClassName
{
border-color: #C0323C;
}
</style>