Shades of Brick Red #CB2148
Tints of Brick Red #CB2148
RGB
CMYK
RGB Variations
Color information
#CB2148 (or 0xCB2148) is known color: Brick Red. HEX triplet: CB, 21 and 48. RGB value is (203,33,72). Sum of RGB (Red+Green+Blue) = 203+33+72=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2148 is #34DEB7. Grayscale: #585858. Windows color (decimal): -3464888 or 4727243. OLE color: 4727243.
HSL color Cylindrical-coordinate representation of color #CB2148: hue angle of 346.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2148 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 72 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.20 |
| HSL | 346.24º | 0.72% | 0.46% | - |
| HSV(B) | 346.24º | 0.84% | 0.8% | - |
| XYZ | 26.34 | 14.25 | 7.49 | - |
| YUV | 88.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 72 | 0 | 0.84 | 0.65 | 0.20 | 346.24 | 0.72 | 0.46 |
| Hex | CB | 21 | 48 | 0 | 54 | 41 | 14 | 15A | 48 | 2E |
| Octal | 313 | 41 | 110 | 0 | 124 | 101 | 24 | 532 | 110 | 56 |
| Binary | 11001011 | 100001 | 1001000 | 0 | 1010100 | 1000001 | 10100 | 101011010 | 1001000 | 101110 |
Color Harmonies of #CB2148
Complementary color
Monochromatic Colors of #CB2148
Black with #CB2148
Text Example
Text Example
White with #CB2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2148; }
p { color: rgb(203,33,72); }
H1.HeaderClassName
{
color: #CB2148;
}
.AnyTagClassName
{
color: #CB2148;
}
</style>
background-color css
<style>
a { background-color: #CB2148; }
a { background-color: rgb(203,33,72); }
div.DivClassName
{
background-color: #CB2148;
}
.BgClassName
{
background-color: #CB2148;
}
</style>
border-color css
<style>
span { border-color: #CB2148; }
span { border-color: rgb(203,33,72); }
td.TdClassName
{
border-color: #CB2148;
}
.TagClassName
{
border-color: #CB2148;
}
</style>