Shades of Brick Red #C03843
Tints of Brick Red #C03843
RGB
CMYK
RGB Variations
Color information
#C03843 (or 0xC03843) is known color: Brick Red. HEX triplet: C0, 38 and 43. RGB value is (192,56,67). Sum of RGB (Red+Green+Blue) = 192+56+67=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03843 is #3FC7BC. Grayscale: #626262. Windows color (decimal): -4179901 or 4405440. OLE color: 4405440.
HSL color Cylindrical-coordinate representation of color #C03843: hue angle of 355.15º 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 #C03843 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 67 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.25 |
| HSL | 355.15º | 0.55% | 0.49% | - |
| HSV(B) | 355.15º | 0.71% | 0.75% | - |
| XYZ | 24.17 | 14.44 | 6.82 | - |
| YUV | 97.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 67 | 0 | 0.71 | 0.65 | 0.25 | 355.15 | 0.55 | 0.49 |
| Hex | C0 | 38 | 43 | 0 | 47 | 41 | 19 | 163 | 37 | 31 |
| Octal | 300 | 70 | 103 | 0 | 107 | 101 | 31 | 543 | 67 | 61 |
| Binary | 11000000 | 111000 | 1000011 | 0 | 1000111 | 1000001 | 11001 | 101100011 | 110111 | 110001 |
Color Harmonies of #C03843
Complementary color
Monochromatic Colors of #C03843
Black with #C03843
Text Example
Text Example
White with #C03843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03843; }
p { color: rgb(192,56,67); }
H1.HeaderClassName
{
color: #C03843;
}
.AnyTagClassName
{
color: #C03843;
}
</style>
background-color css
<style>
a { background-color: #C03843; }
a { background-color: rgb(192,56,67); }
div.DivClassName
{
background-color: #C03843;
}
.BgClassName
{
background-color: #C03843;
}
</style>
border-color css
<style>
span { border-color: #C03843; }
span { border-color: rgb(192,56,67); }
td.TdClassName
{
border-color: #C03843;
}
.TagClassName
{
border-color: #C03843;
}
</style>