Shades of Brick Red #CB2940
Tints of Brick Red #CB2940
RGB
CMYK
RGB Variations
Color information
#CB2940 (or 0xCB2940) is known color: Brick Red. HEX triplet: CB, 29 and 40. RGB value is (203,41,64). Sum of RGB (Red+Green+Blue) = 203+41+64=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2940 is #34D6BF. Grayscale: #5C5C5C. Windows color (decimal): -3462848 or 4205003. OLE color: 4205003.
HSL color Cylindrical-coordinate representation of color #CB2940: hue angle of 351.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2940 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 64 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.20 |
| HSL | 351.48º | 0.66% | 0.48% | - |
| HSV(B) | 351.48º | 0.8% | 0.8% | - |
| XYZ | 26.35 | 14.65 | 6.29 | - |
| YUV | 92.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 64 | 0 | 0.80 | 0.68 | 0.20 | 351.48 | 0.66 | 0.48 |
| Hex | CB | 29 | 40 | 0 | 50 | 44 | 14 | 15F | 42 | 30 |
| Octal | 313 | 51 | 100 | 0 | 120 | 104 | 24 | 537 | 102 | 60 |
| Binary | 11001011 | 101001 | 1000000 | 0 | 1010000 | 1000100 | 10100 | 101011111 | 1000010 | 110000 |
Color Harmonies of #CB2940
Complementary color
Monochromatic Colors of #CB2940
Black with #CB2940
Text Example
Text Example
White with #CB2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2940; }
p { color: rgb(203,41,64); }
H1.HeaderClassName
{
color: #CB2940;
}
.AnyTagClassName
{
color: #CB2940;
}
</style>
background-color css
<style>
a { background-color: #CB2940; }
a { background-color: rgb(203,41,64); }
div.DivClassName
{
background-color: #CB2940;
}
.BgClassName
{
background-color: #CB2940;
}
</style>
border-color css
<style>
span { border-color: #CB2940; }
span { border-color: rgb(203,41,64); }
td.TdClassName
{
border-color: #CB2940;
}
.TagClassName
{
border-color: #CB2940;
}
</style>