Shades of Brick Red #C0363F
Tints of Brick Red #C0363F
RGB
CMYK
RGB Variations
Color information
#C0363F (or 0xC0363F) is known color: Brick Red. HEX triplet: C0, 36 and 3F. RGB value is (192,54,63). Sum of RGB (Red+Green+Blue) = 192+54+63=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0363F is #3FC9C0. Grayscale: #606060. Windows color (decimal): -4180417 or 4142784. OLE color: 4142784.
HSL color Cylindrical-coordinate representation of color #C0363F: hue angle of 356.09º 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 #C0363F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 63 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.25 |
| HSL | 356.09º | 0.56% | 0.48% | - |
| HSV(B) | 356.09º | 0.72% | 0.75% | - |
| XYZ | 23.95 | 14.2 | 6.18 | - |
| YUV | 96.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 63 | 0 | 0.72 | 0.67 | 0.25 | 356.09 | 0.56 | 0.48 |
| Hex | C0 | 36 | 3F | 0 | 48 | 43 | 19 | 164 | 38 | 30 |
| Octal | 300 | 66 | 77 | 0 | 110 | 103 | 31 | 544 | 70 | 60 |
| Binary | 11000000 | 110110 | 111111 | 0 | 1001000 | 1000011 | 11001 | 101100100 | 111000 | 110000 |
Color Harmonies of #C0363F
Complementary color
Monochromatic Colors of #C0363F
Black with #C0363F
Text Example
Text Example
White with #C0363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0363F; }
p { color: rgb(192,54,63); }
H1.HeaderClassName
{
color: #C0363F;
}
.AnyTagClassName
{
color: #C0363F;
}
</style>
background-color css
<style>
a { background-color: #C0363F; }
a { background-color: rgb(192,54,63); }
div.DivClassName
{
background-color: #C0363F;
}
.BgClassName
{
background-color: #C0363F;
}
</style>
border-color css
<style>
span { border-color: #C0363F; }
span { border-color: rgb(192,54,63); }
td.TdClassName
{
border-color: #C0363F;
}
.TagClassName
{
border-color: #C0363F;
}
</style>