Shades of Brick Red #CB2749
Tints of Brick Red #CB2749
RGB
CMYK
RGB Variations
Color information
#CB2749 (or 0xCB2749) is known color: Brick Red. HEX triplet: CB, 27 and 49. RGB value is (203,39,73). Sum of RGB (Red+Green+Blue) = 203+39+73=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2749 is #34D8B6. Grayscale: #5B5B5B. Windows color (decimal): -3463351 or 4794315. OLE color: 4794315.
HSL color Cylindrical-coordinate representation of color #CB2749: hue angle of 347.56º 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 #CB2749 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 73 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.20 |
| HSL | 347.56º | 0.68% | 0.47% | - |
| HSV(B) | 347.56º | 0.81% | 0.8% | - |
| XYZ | 26.56 | 14.63 | 7.73 | - |
| YUV | 91.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 73 | 0 | 0.81 | 0.64 | 0.20 | 347.56 | 0.68 | 0.47 |
| Hex | CB | 27 | 49 | 0 | 51 | 40 | 14 | 15C | 44 | 2F |
| Octal | 313 | 47 | 111 | 0 | 121 | 100 | 24 | 534 | 104 | 57 |
| Binary | 11001011 | 100111 | 1001001 | 0 | 1010001 | 1000000 | 10100 | 101011100 | 1000100 | 101111 |
Color Harmonies of #CB2749
Complementary color
Monochromatic Colors of #CB2749
Black with #CB2749
Text Example
Text Example
White with #CB2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2749; }
p { color: rgb(203,39,73); }
H1.HeaderClassName
{
color: #CB2749;
}
.AnyTagClassName
{
color: #CB2749;
}
</style>
background-color css
<style>
a { background-color: #CB2749; }
a { background-color: rgb(203,39,73); }
div.DivClassName
{
background-color: #CB2749;
}
.BgClassName
{
background-color: #CB2749;
}
</style>
border-color css
<style>
span { border-color: #CB2749; }
span { border-color: rgb(203,39,73); }
td.TdClassName
{
border-color: #CB2749;
}
.TagClassName
{
border-color: #CB2749;
}
</style>