Shades of Brick Red #C42B3D
Tints of Brick Red #C42B3D
RGB
CMYK
RGB Variations
Color information
#C42B3D (or 0xC42B3D) is known color: Brick Red. HEX triplet: C4, 2B and 3D. RGB value is (196,43,61). Sum of RGB (Red+Green+Blue) = 196+43+61=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B3D is #3BD4C2. Grayscale: #5A5A5A. Windows color (decimal): -3921091 or 4008900. OLE color: 4008900.
HSL color Cylindrical-coordinate representation of color #C42B3D: hue angle of 352.94º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B3D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 61 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.23 |
| HSL | 352.94º | 0.64% | 0.47% | - |
| HSV(B) | 352.94º | 0.78% | 0.77% | - |
| XYZ | 24.47 | 13.8 | 5.79 | - |
| YUV | 90.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 61 | 0 | 0.78 | 0.69 | 0.23 | 352.94 | 0.64 | 0.47 |
| Hex | C4 | 2B | 3D | 0 | 4E | 45 | 17 | 161 | 40 | 2F |
| Octal | 304 | 53 | 75 | 0 | 116 | 105 | 27 | 541 | 100 | 57 |
| Binary | 11000100 | 101011 | 111101 | 0 | 1001110 | 1000101 | 10111 | 101100001 | 1000000 | 101111 |
Color Harmonies of #C42B3D
Complementary color
Monochromatic Colors of #C42B3D
Black with #C42B3D
Text Example
Text Example
White with #C42B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B3D; }
p { color: rgb(196,43,61); }
H1.HeaderClassName
{
color: #C42B3D;
}
.AnyTagClassName
{
color: #C42B3D;
}
</style>
background-color css
<style>
a { background-color: #C42B3D; }
a { background-color: rgb(196,43,61); }
div.DivClassName
{
background-color: #C42B3D;
}
.BgClassName
{
background-color: #C42B3D;
}
</style>
border-color css
<style>
span { border-color: #C42B3D; }
span { border-color: rgb(196,43,61); }
td.TdClassName
{
border-color: #C42B3D;
}
.TagClassName
{
border-color: #C42B3D;
}
</style>