Shades of Brick Red #CB2443
Tints of Brick Red #CB2443
RGB
CMYK
RGB Variations
Color information
#CB2443 (or 0xCB2443) is known color: Brick Red. HEX triplet: CB, 24 and 43. RGB value is (203,36,67). Sum of RGB (Red+Green+Blue) = 203+36+67=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2443 is #34DBBC. Grayscale: #595959. Windows color (decimal): -3464125 or 4400331. OLE color: 4400331.
HSL color Cylindrical-coordinate representation of color #CB2443: hue angle of 348.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2443 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 67 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.20 |
| HSL | 348.86º | 0.7% | 0.47% | - |
| HSV(B) | 348.86º | 0.82% | 0.8% | - |
| XYZ | 26.27 | 14.36 | 6.7 | - |
| YUV | 89.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 67 | 0 | 0.82 | 0.67 | 0.20 | 348.86 | 0.7 | 0.47 |
| Hex | CB | 24 | 43 | 0 | 52 | 43 | 14 | 15D | 46 | 2F |
| Octal | 313 | 44 | 103 | 0 | 122 | 103 | 24 | 535 | 106 | 57 |
| Binary | 11001011 | 100100 | 1000011 | 0 | 1010010 | 1000011 | 10100 | 101011101 | 1000110 | 101111 |
Color Harmonies of #CB2443
Complementary color
Monochromatic Colors of #CB2443
Black with #CB2443
Text Example
Text Example
White with #CB2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2443; }
p { color: rgb(203,36,67); }
H1.HeaderClassName
{
color: #CB2443;
}
.AnyTagClassName
{
color: #CB2443;
}
</style>
background-color css
<style>
a { background-color: #CB2443; }
a { background-color: rgb(203,36,67); }
div.DivClassName
{
background-color: #CB2443;
}
.BgClassName
{
background-color: #CB2443;
}
</style>
border-color css
<style>
span { border-color: #CB2443; }
span { border-color: rgb(203,36,67); }
td.TdClassName
{
border-color: #CB2443;
}
.TagClassName
{
border-color: #CB2443;
}
</style>