Shades of Brick Red #C63D48
Tints of Brick Red #C63D48
RGB
CMYK
RGB Variations
Color information
#C63D48 (or 0xC63D48) is known color: Brick Red. HEX triplet: C6, 3D and 48. RGB value is (198,61,72). Sum of RGB (Red+Green+Blue) = 198+61+72=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D48 is #39C2B7. Grayscale: #676767. Windows color (decimal): -3785400 or 4734406. OLE color: 4734406.
HSL color Cylindrical-coordinate representation of color #C63D48: hue angle of 355.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D48 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 72 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.22 |
| HSL | 355.18º | 0.55% | 0.51% | - |
| HSV(B) | 355.18º | 0.69% | 0.78% | - |
| XYZ | 26.13 | 15.81 | 7.81 | - |
| YUV | 103.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 72 | 0 | 0.69 | 0.64 | 0.22 | 355.18 | 0.55 | 0.51 |
| Hex | C6 | 3D | 48 | 0 | 45 | 40 | 16 | 163 | 37 | 33 |
| Octal | 306 | 75 | 110 | 0 | 105 | 100 | 26 | 543 | 67 | 63 |
| Binary | 11000110 | 111101 | 1001000 | 0 | 1000101 | 1000000 | 10110 | 101100011 | 110111 | 110011 |
Color Harmonies of #C63D48
Complementary color
Monochromatic Colors of #C63D48
Black with #C63D48
Text Example
Text Example
White with #C63D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D48; }
p { color: rgb(198,61,72); }
H1.HeaderClassName
{
color: #C63D48;
}
.AnyTagClassName
{
color: #C63D48;
}
</style>
background-color css
<style>
a { background-color: #C63D48; }
a { background-color: rgb(198,61,72); }
div.DivClassName
{
background-color: #C63D48;
}
.BgClassName
{
background-color: #C63D48;
}
</style>
border-color css
<style>
span { border-color: #C63D48; }
span { border-color: rgb(198,61,72); }
td.TdClassName
{
border-color: #C63D48;
}
.TagClassName
{
border-color: #C63D48;
}
</style>