Shades of Brick Red #C0323F
Tints of Brick Red #C0323F
RGB
CMYK
RGB Variations
Color information
#C0323F (or 0xC0323F) is known color: Brick Red. HEX triplet: C0, 32 and 3F. RGB value is (192,50,63). Sum of RGB (Red+Green+Blue) = 192+50+63=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0323F is #3FCDC0. Grayscale: #5E5E5E. Windows color (decimal): -4181441 or 4141760. OLE color: 4141760.
HSL color Cylindrical-coordinate representation of color #C0323F: hue angle of 354.51º 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 #C0323F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 63 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.25 |
| HSL | 354.51º | 0.59% | 0.47% | - |
| HSV(B) | 354.51º | 0.74% | 0.75% | - |
| XYZ | 23.78 | 13.85 | 6.12 | - |
| YUV | 93.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 63 | 0 | 0.74 | 0.67 | 0.25 | 354.51 | 0.59 | 0.47 |
| Hex | C0 | 32 | 3F | 0 | 4A | 43 | 19 | 163 | 3B | 2F |
| Octal | 300 | 62 | 77 | 0 | 112 | 103 | 31 | 543 | 73 | 57 |
| Binary | 11000000 | 110010 | 111111 | 0 | 1001010 | 1000011 | 11001 | 101100011 | 111011 | 101111 |
Color Harmonies of #C0323F
Complementary color
Monochromatic Colors of #C0323F
Black with #C0323F
Text Example
Text Example
White with #C0323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0323F; }
p { color: rgb(192,50,63); }
H1.HeaderClassName
{
color: #C0323F;
}
.AnyTagClassName
{
color: #C0323F;
}
</style>
background-color css
<style>
a { background-color: #C0323F; }
a { background-color: rgb(192,50,63); }
div.DivClassName
{
background-color: #C0323F;
}
.BgClassName
{
background-color: #C0323F;
}
</style>
border-color css
<style>
span { border-color: #C0323F; }
span { border-color: rgb(192,50,63); }
td.TdClassName
{
border-color: #C0323F;
}
.TagClassName
{
border-color: #C0323F;
}
</style>