Shades of Brick Red #CB2B3F
Tints of Brick Red #CB2B3F
RGB
CMYK
RGB Variations
Color information
#CB2B3F (or 0xCB2B3F) is known color: Brick Red. HEX triplet: CB, 2B and 3F. RGB value is (203,43,63). Sum of RGB (Red+Green+Blue) = 203+43+63=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B3F is #34D4C0. Grayscale: #5D5D5D. Windows color (decimal): -3462337 or 4139979. OLE color: 4139979.
HSL color Cylindrical-coordinate representation of color #CB2B3F: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B3F is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 63 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.20 |
| HSL | 352.5º | 0.65% | 0.48% | - |
| HSV(B) | 352.5º | 0.79% | 0.8% | - |
| XYZ | 26.39 | 14.78 | 6.17 | - |
| YUV | 93.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 63 | 0 | 0.79 | 0.69 | 0.20 | 352.5 | 0.65 | 0.48 |
| Hex | CB | 2B | 3F | 0 | 4F | 45 | 14 | 160 | 41 | 30 |
| Octal | 313 | 53 | 77 | 0 | 117 | 105 | 24 | 540 | 101 | 60 |
| Binary | 11001011 | 101011 | 111111 | 0 | 1001111 | 1000101 | 10100 | 101100000 | 1000001 | 110000 |
Color Harmonies of #CB2B3F
Complementary color
Monochromatic Colors of #CB2B3F
Black with #CB2B3F
Text Example
Text Example
White with #CB2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B3F; }
p { color: rgb(203,43,63); }
H1.HeaderClassName
{
color: #CB2B3F;
}
.AnyTagClassName
{
color: #CB2B3F;
}
</style>
background-color css
<style>
a { background-color: #CB2B3F; }
a { background-color: rgb(203,43,63); }
div.DivClassName
{
background-color: #CB2B3F;
}
.BgClassName
{
background-color: #CB2B3F;
}
</style>
border-color css
<style>
span { border-color: #CB2B3F; }
span { border-color: rgb(203,43,63); }
td.TdClassName
{
border-color: #CB2B3F;
}
.TagClassName
{
border-color: #CB2B3F;
}
</style>