Shades of Brick Red #C32B40
Tints of Brick Red #C32B40
RGB
CMYK
RGB Variations
Color information
#C32B40 (or 0xC32B40) is known color: Brick Red. HEX triplet: C3, 2B and 40. RGB value is (195,43,64). Sum of RGB (Red+Green+Blue) = 195+43+64=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B40 is #3CD4BF. Grayscale: #5A5A5A. Windows color (decimal): -3986624 or 4205507. OLE color: 4205507.
HSL color Cylindrical-coordinate representation of color #C32B40: hue angle of 351.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B40 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 64 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.24 |
| HSL | 351.71º | 0.64% | 0.47% | - |
| HSV(B) | 351.71º | 0.78% | 0.76% | - |
| XYZ | 24.29 | 13.7 | 6.21 | - |
| YUV | 90.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 64 | 0 | 0.78 | 0.67 | 0.24 | 351.71 | 0.64 | 0.47 |
| Hex | C3 | 2B | 40 | 0 | 4E | 43 | 18 | 160 | 40 | 2F |
| Octal | 303 | 53 | 100 | 0 | 116 | 103 | 30 | 540 | 100 | 57 |
| Binary | 11000011 | 101011 | 1000000 | 0 | 1001110 | 1000011 | 11000 | 101100000 | 1000000 | 101111 |
Color Harmonies of #C32B40
Complementary color
Monochromatic Colors of #C32B40
Black with #C32B40
Text Example
Text Example
White with #C32B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B40; }
p { color: rgb(195,43,64); }
H1.HeaderClassName
{
color: #C32B40;
}
.AnyTagClassName
{
color: #C32B40;
}
</style>
background-color css
<style>
a { background-color: #C32B40; }
a { background-color: rgb(195,43,64); }
div.DivClassName
{
background-color: #C32B40;
}
.BgClassName
{
background-color: #C32B40;
}
</style>
border-color css
<style>
span { border-color: #C32B40; }
span { border-color: rgb(195,43,64); }
td.TdClassName
{
border-color: #C32B40;
}
.TagClassName
{
border-color: #C32B40;
}
</style>