Shades of Brick Red #CB2C3E
Tints of Brick Red #CB2C3E
RGB
CMYK
RGB Variations
Color information
#CB2C3E (or 0xCB2C3E) is known color: Brick Red. HEX triplet: CB, 2C and 3E. RGB value is (203,44,62). Sum of RGB (Red+Green+Blue) = 203+44+62=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C3E is #34D3C1. Grayscale: #5D5D5D. Windows color (decimal): -3462082 or 4074699. OLE color: 4074699.
HSL color Cylindrical-coordinate representation of color #CB2C3E: hue angle of 353.21º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C3E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 62 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.20 |
| HSL | 353.21º | 0.64% | 0.48% | - |
| HSV(B) | 353.21º | 0.78% | 0.8% | - |
| XYZ | 26.4 | 14.85 | 6.03 | - |
| YUV | 93.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 62 | 0 | 0.78 | 0.69 | 0.20 | 353.21 | 0.64 | 0.48 |
| Hex | CB | 2C | 3E | 0 | 4E | 45 | 14 | 161 | 40 | 30 |
| Octal | 313 | 54 | 76 | 0 | 116 | 105 | 24 | 541 | 100 | 60 |
| Binary | 11001011 | 101100 | 111110 | 0 | 1001110 | 1000101 | 10100 | 101100001 | 1000000 | 110000 |
Color Harmonies of #CB2C3E
Complementary color
Monochromatic Colors of #CB2C3E
Black with #CB2C3E
Text Example
Text Example
White with #CB2C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C3E; }
p { color: rgb(203,44,62); }
H1.HeaderClassName
{
color: #CB2C3E;
}
.AnyTagClassName
{
color: #CB2C3E;
}
</style>
background-color css
<style>
a { background-color: #CB2C3E; }
a { background-color: rgb(203,44,62); }
div.DivClassName
{
background-color: #CB2C3E;
}
.BgClassName
{
background-color: #CB2C3E;
}
</style>
border-color css
<style>
span { border-color: #CB2C3E; }
span { border-color: rgb(203,44,62); }
td.TdClassName
{
border-color: #CB2C3E;
}
.TagClassName
{
border-color: #CB2C3E;
}
</style>