Shades of Brick Red #C32B37
Tints of Brick Red #C32B37
RGB
CMYK
RGB Variations
Color information
#C32B37 (or 0xC32B37) is known color: Brick Red. HEX triplet: C3, 2B and 37. RGB value is (195,43,55). Sum of RGB (Red+Green+Blue) = 195+43+55=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B37 is #3CD4C8. Grayscale: #595959. Windows color (decimal): -3986633 or 3615683. OLE color: 3615683.
HSL color Cylindrical-coordinate representation of color #C32B37: hue angle of 355.26º 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 #C32B37 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 55 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.24 |
| HSL | 355.26º | 0.64% | 0.47% | - |
| HSV(B) | 355.26º | 0.78% | 0.76% | - |
| XYZ | 24.06 | 13.61 | 4.97 | - |
| YUV | 89.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 55 | 0 | 0.78 | 0.72 | 0.24 | 355.26 | 0.64 | 0.47 |
| Hex | C3 | 2B | 37 | 0 | 4E | 48 | 18 | 163 | 40 | 2F |
| Octal | 303 | 53 | 67 | 0 | 116 | 110 | 30 | 543 | 100 | 57 |
| Binary | 11000011 | 101011 | 110111 | 0 | 1001110 | 1001000 | 11000 | 101100011 | 1000000 | 101111 |
Color Harmonies of #C32B37
Complementary color
Monochromatic Colors of #C32B37
Black with #C32B37
Text Example
Text Example
White with #C32B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B37; }
p { color: rgb(195,43,55); }
H1.HeaderClassName
{
color: #C32B37;
}
.AnyTagClassName
{
color: #C32B37;
}
</style>
background-color css
<style>
a { background-color: #C32B37; }
a { background-color: rgb(195,43,55); }
div.DivClassName
{
background-color: #C32B37;
}
.BgClassName
{
background-color: #C32B37;
}
</style>
border-color css
<style>
span { border-color: #C32B37; }
span { border-color: rgb(195,43,55); }
td.TdClassName
{
border-color: #C32B37;
}
.TagClassName
{
border-color: #C32B37;
}
</style>