Shades of Brick Red #CB2648
Tints of Brick Red #CB2648
RGB
CMYK
RGB Variations
Color information
#CB2648 (or 0xCB2648) is known color: Brick Red. HEX triplet: CB, 26 and 48. RGB value is (203,38,72). Sum of RGB (Red+Green+Blue) = 203+38+72=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2648 is #34D9B7. Grayscale: #5B5B5B. Windows color (decimal): -3463608 or 4728523. OLE color: 4728523.
HSL color Cylindrical-coordinate representation of color #CB2648: hue angle of 347.64º 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 #CB2648 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 72 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.20 |
| HSL | 347.64º | 0.68% | 0.47% | - |
| HSV(B) | 347.64º | 0.81% | 0.8% | - |
| XYZ | 26.49 | 14.55 | 7.54 | - |
| YUV | 91.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 72 | 0 | 0.81 | 0.65 | 0.20 | 347.64 | 0.68 | 0.47 |
| Hex | CB | 26 | 48 | 0 | 51 | 41 | 14 | 15C | 44 | 2F |
| Octal | 313 | 46 | 110 | 0 | 121 | 101 | 24 | 534 | 104 | 57 |
| Binary | 11001011 | 100110 | 1001000 | 0 | 1010001 | 1000001 | 10100 | 101011100 | 1000100 | 101111 |
Color Harmonies of #CB2648
Complementary color
Monochromatic Colors of #CB2648
Black with #CB2648
Text Example
Text Example
White with #CB2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2648; }
p { color: rgb(203,38,72); }
H1.HeaderClassName
{
color: #CB2648;
}
.AnyTagClassName
{
color: #CB2648;
}
</style>
background-color css
<style>
a { background-color: #CB2648; }
a { background-color: rgb(203,38,72); }
div.DivClassName
{
background-color: #CB2648;
}
.BgClassName
{
background-color: #CB2648;
}
</style>
border-color css
<style>
span { border-color: #CB2648; }
span { border-color: rgb(203,38,72); }
td.TdClassName
{
border-color: #CB2648;
}
.TagClassName
{
border-color: #CB2648;
}
</style>