Shades of Brick Red #CB2642
Tints of Brick Red #CB2642
RGB
CMYK
RGB Variations
Color information
#CB2642 (or 0xCB2642) is known color: Brick Red. HEX triplet: CB, 26 and 42. RGB value is (203,38,66). Sum of RGB (Red+Green+Blue) = 203+38+66=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2642 is #34D9BD. Grayscale: #5A5A5A. Windows color (decimal): -3463614 or 4335307. OLE color: 4335307.
HSL color Cylindrical-coordinate representation of color #CB2642: hue angle of 349.82º 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 #CB2642 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 66 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.20 |
| HSL | 349.82º | 0.68% | 0.47% | - |
| HSV(B) | 349.82º | 0.81% | 0.8% | - |
| XYZ | 26.31 | 14.48 | 6.56 | - |
| YUV | 90.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 66 | 0 | 0.81 | 0.67 | 0.20 | 349.82 | 0.68 | 0.47 |
| Hex | CB | 26 | 42 | 0 | 51 | 43 | 14 | 15E | 44 | 2F |
| Octal | 313 | 46 | 102 | 0 | 121 | 103 | 24 | 536 | 104 | 57 |
| Binary | 11001011 | 100110 | 1000010 | 0 | 1010001 | 1000011 | 10100 | 101011110 | 1000100 | 101111 |
Color Harmonies of #CB2642
Complementary color
Monochromatic Colors of #CB2642
Black with #CB2642
Text Example
Text Example
White with #CB2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2642; }
p { color: rgb(203,38,66); }
H1.HeaderClassName
{
color: #CB2642;
}
.AnyTagClassName
{
color: #CB2642;
}
</style>
background-color css
<style>
a { background-color: #CB2642; }
a { background-color: rgb(203,38,66); }
div.DivClassName
{
background-color: #CB2642;
}
.BgClassName
{
background-color: #CB2642;
}
</style>
border-color css
<style>
span { border-color: #CB2642; }
span { border-color: rgb(203,38,66); }
td.TdClassName
{
border-color: #CB2642;
}
.TagClassName
{
border-color: #CB2642;
}
</style>