Shades of Brick Red #C0383F
Tints of Brick Red #C0383F
RGB
CMYK
RGB Variations
Color information
#C0383F (or 0xC0383F) is known color: Brick Red. HEX triplet: C0, 38 and 3F. RGB value is (192,56,63). Sum of RGB (Red+Green+Blue) = 192+56+63=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0383F is #3FC7C0. Grayscale: #616161. Windows color (decimal): -4179905 or 4143296. OLE color: 4143296.
HSL color Cylindrical-coordinate representation of color #C0383F: hue angle of 356.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0383F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 63 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.25 |
| HSL | 356.91º | 0.55% | 0.49% | - |
| HSV(B) | 356.91º | 0.71% | 0.75% | - |
| XYZ | 24.05 | 14.39 | 6.21 | - |
| YUV | 97.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 63 | 0 | 0.71 | 0.67 | 0.25 | 356.91 | 0.55 | 0.49 |
| Hex | C0 | 38 | 3F | 0 | 47 | 43 | 19 | 165 | 37 | 31 |
| Octal | 300 | 70 | 77 | 0 | 107 | 103 | 31 | 545 | 67 | 61 |
| Binary | 11000000 | 111000 | 111111 | 0 | 1000111 | 1000011 | 11001 | 101100101 | 110111 | 110001 |
Color Harmonies of #C0383F
Complementary color
Monochromatic Colors of #C0383F
Black with #C0383F
Text Example
Text Example
White with #C0383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0383F; }
p { color: rgb(192,56,63); }
H1.HeaderClassName
{
color: #C0383F;
}
.AnyTagClassName
{
color: #C0383F;
}
</style>
background-color css
<style>
a { background-color: #C0383F; }
a { background-color: rgb(192,56,63); }
div.DivClassName
{
background-color: #C0383F;
}
.BgClassName
{
background-color: #C0383F;
}
</style>
border-color css
<style>
span { border-color: #C0383F; }
span { border-color: rgb(192,56,63); }
td.TdClassName
{
border-color: #C0383F;
}
.TagClassName
{
border-color: #C0383F;
}
</style>