Shades of Brick Red #CB2D3A
Tints of Brick Red #CB2D3A
RGB
CMYK
RGB Variations
Color information
#CB2D3A (or 0xCB2D3A) is known color: Brick Red. HEX triplet: CB, 2D and 3A. RGB value is (203,45,58). Sum of RGB (Red+Green+Blue) = 203+45+58=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D3A is #34D2C5. Grayscale: #5D5D5D. Windows color (decimal): -3461830 or 3812811. OLE color: 3812811.
HSL color Cylindrical-coordinate representation of color #CB2D3A: hue angle of 355.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D3A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 58 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.20 |
| HSL | 355.06º | 0.64% | 0.49% | - |
| HSV(B) | 355.06º | 0.78% | 0.8% | - |
| XYZ | 26.33 | 14.88 | 5.49 | - |
| YUV | 93.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 58 | 0 | 0.78 | 0.71 | 0.20 | 355.06 | 0.64 | 0.49 |
| Hex | CB | 2D | 3A | 0 | 4E | 47 | 14 | 163 | 40 | 31 |
| Octal | 313 | 55 | 72 | 0 | 116 | 107 | 24 | 543 | 100 | 61 |
| Binary | 11001011 | 101101 | 111010 | 0 | 1001110 | 1000111 | 10100 | 101100011 | 1000000 | 110001 |
Color Harmonies of #CB2D3A
Complementary color
Monochromatic Colors of #CB2D3A
Black with #CB2D3A
Text Example
Text Example
White with #CB2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D3A; }
p { color: rgb(203,45,58); }
H1.HeaderClassName
{
color: #CB2D3A;
}
.AnyTagClassName
{
color: #CB2D3A;
}
</style>
background-color css
<style>
a { background-color: #CB2D3A; }
a { background-color: rgb(203,45,58); }
div.DivClassName
{
background-color: #CB2D3A;
}
.BgClassName
{
background-color: #CB2D3A;
}
</style>
border-color css
<style>
span { border-color: #CB2D3A; }
span { border-color: rgb(203,45,58); }
td.TdClassName
{
border-color: #CB2D3A;
}
.TagClassName
{
border-color: #CB2D3A;
}
</style>