Shades of Brick Red #CB2748
Tints of Brick Red #CB2748
RGB
CMYK
RGB Variations
Color information
#CB2748 (or 0xCB2748) is known color: Brick Red. HEX triplet: CB, 27 and 48. RGB value is (203,39,72). Sum of RGB (Red+Green+Blue) = 203+39+72=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2748 is #34D8B7. Grayscale: #5B5B5B. Windows color (decimal): -3463352 or 4728779. OLE color: 4728779.
HSL color Cylindrical-coordinate representation of color #CB2748: hue angle of 347.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2748 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 72 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.20 |
| HSL | 347.93º | 0.68% | 0.47% | - |
| HSV(B) | 347.93º | 0.81% | 0.8% | - |
| XYZ | 26.52 | 14.62 | 7.55 | - |
| YUV | 91.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 72 | 0 | 0.81 | 0.65 | 0.20 | 347.93 | 0.68 | 0.47 |
| Hex | CB | 27 | 48 | 0 | 51 | 41 | 14 | 15C | 44 | 2F |
| Octal | 313 | 47 | 110 | 0 | 121 | 101 | 24 | 534 | 104 | 57 |
| Binary | 11001011 | 100111 | 1001000 | 0 | 1010001 | 1000001 | 10100 | 101011100 | 1000100 | 101111 |
Color Harmonies of #CB2748
Complementary color
Monochromatic Colors of #CB2748
Black with #CB2748
Text Example
Text Example
White with #CB2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2748; }
p { color: rgb(203,39,72); }
H1.HeaderClassName
{
color: #CB2748;
}
.AnyTagClassName
{
color: #CB2748;
}
</style>
background-color css
<style>
a { background-color: #CB2748; }
a { background-color: rgb(203,39,72); }
div.DivClassName
{
background-color: #CB2748;
}
.BgClassName
{
background-color: #CB2748;
}
</style>
border-color css
<style>
span { border-color: #CB2748; }
span { border-color: rgb(203,39,72); }
td.TdClassName
{
border-color: #CB2748;
}
.TagClassName
{
border-color: #CB2748;
}
</style>