Shades of Brick Red #C42B41
Tints of Brick Red #C42B41
RGB
CMYK
RGB Variations
Color information
#C42B41 (or 0xC42B41) is known color: Brick Red. HEX triplet: C4, 2B and 41. RGB value is (196,43,65). Sum of RGB (Red+Green+Blue) = 196+43+65=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B41 is #3BD4BE. Grayscale: #5B5B5B. Windows color (decimal): -3921087 or 4271044. OLE color: 4271044.
HSL color Cylindrical-coordinate representation of color #C42B41: hue angle of 351.37º 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 #C42B41 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 65 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.23 |
| HSL | 351.37º | 0.64% | 0.47% | - |
| HSV(B) | 351.37º | 0.78% | 0.77% | - |
| XYZ | 24.58 | 13.85 | 6.38 | - |
| YUV | 91.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 65 | 0 | 0.78 | 0.67 | 0.23 | 351.37 | 0.64 | 0.47 |
| Hex | C4 | 2B | 41 | 0 | 4E | 43 | 17 | 15F | 40 | 2F |
| Octal | 304 | 53 | 101 | 0 | 116 | 103 | 27 | 537 | 100 | 57 |
| Binary | 11000100 | 101011 | 1000001 | 0 | 1001110 | 1000011 | 10111 | 101011111 | 1000000 | 101111 |
Color Harmonies of #C42B41
Complementary color
Monochromatic Colors of #C42B41
Black with #C42B41
Text Example
Text Example
White with #C42B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B41; }
p { color: rgb(196,43,65); }
H1.HeaderClassName
{
color: #C42B41;
}
.AnyTagClassName
{
color: #C42B41;
}
</style>
background-color css
<style>
a { background-color: #C42B41; }
a { background-color: rgb(196,43,65); }
div.DivClassName
{
background-color: #C42B41;
}
.BgClassName
{
background-color: #C42B41;
}
</style>
border-color css
<style>
span { border-color: #C42B41; }
span { border-color: rgb(196,43,65); }
td.TdClassName
{
border-color: #C42B41;
}
.TagClassName
{
border-color: #C42B41;
}
</style>