Shades of Brick Red #CB2646
Tints of Brick Red #CB2646
RGB
CMYK
RGB Variations
Color information
#CB2646 (or 0xCB2646) is known color: Brick Red. HEX triplet: CB, 26 and 46. RGB value is (203,38,70). Sum of RGB (Red+Green+Blue) = 203+38+70=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2646 is #34D9B9. Grayscale: #5B5B5B. Windows color (decimal): -3463610 or 4597451. OLE color: 4597451.
HSL color Cylindrical-coordinate representation of color #CB2646: hue angle of 348.36º 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 #CB2646 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 70 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.20 |
| HSL | 348.36º | 0.68% | 0.47% | - |
| HSV(B) | 348.36º | 0.81% | 0.8% | - |
| XYZ | 26.43 | 14.52 | 7.21 | - |
| YUV | 90.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 70 | 0 | 0.81 | 0.66 | 0.20 | 348.36 | 0.68 | 0.47 |
| Hex | CB | 26 | 46 | 0 | 51 | 42 | 14 | 15C | 44 | 2F |
| Octal | 313 | 46 | 106 | 0 | 121 | 102 | 24 | 534 | 104 | 57 |
| Binary | 11001011 | 100110 | 1000110 | 0 | 1010001 | 1000010 | 10100 | 101011100 | 1000100 | 101111 |
Color Harmonies of #CB2646
Complementary color
Monochromatic Colors of #CB2646
Black with #CB2646
Text Example
Text Example
White with #CB2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2646; }
p { color: rgb(203,38,70); }
H1.HeaderClassName
{
color: #CB2646;
}
.AnyTagClassName
{
color: #CB2646;
}
</style>
background-color css
<style>
a { background-color: #CB2646; }
a { background-color: rgb(203,38,70); }
div.DivClassName
{
background-color: #CB2646;
}
.BgClassName
{
background-color: #CB2646;
}
</style>
border-color css
<style>
span { border-color: #CB2646; }
span { border-color: rgb(203,38,70); }
td.TdClassName
{
border-color: #CB2646;
}
.TagClassName
{
border-color: #CB2646;
}
</style>