Shades of Brick Red #CB2D43
Tints of Brick Red #CB2D43
RGB
CMYK
RGB Variations
Color information
#CB2D43 (or 0xCB2D43) is known color: Brick Red. HEX triplet: CB, 2D and 43. RGB value is (203,45,67). Sum of RGB (Red+Green+Blue) = 203+45+67=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D43 is #34D2BC. Grayscale: #5E5E5E. Windows color (decimal): -3461821 or 4402635. OLE color: 4402635.
HSL color Cylindrical-coordinate representation of color #CB2D43: hue angle of 351.65º 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 #CB2D43 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 67 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.20 |
| HSL | 351.65º | 0.64% | 0.49% | - |
| HSV(B) | 351.65º | 0.78% | 0.8% | - |
| XYZ | 26.58 | 14.98 | 6.8 | - |
| YUV | 94.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 67 | 0 | 0.78 | 0.67 | 0.20 | 351.65 | 0.64 | 0.49 |
| Hex | CB | 2D | 43 | 0 | 4E | 43 | 14 | 160 | 40 | 31 |
| Octal | 313 | 55 | 103 | 0 | 116 | 103 | 24 | 540 | 100 | 61 |
| Binary | 11001011 | 101101 | 1000011 | 0 | 1001110 | 1000011 | 10100 | 101100000 | 1000000 | 110001 |
Color Harmonies of #CB2D43
Complementary color
Monochromatic Colors of #CB2D43
Black with #CB2D43
Text Example
Text Example
White with #CB2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D43; }
p { color: rgb(203,45,67); }
H1.HeaderClassName
{
color: #CB2D43;
}
.AnyTagClassName
{
color: #CB2D43;
}
</style>
background-color css
<style>
a { background-color: #CB2D43; }
a { background-color: rgb(203,45,67); }
div.DivClassName
{
background-color: #CB2D43;
}
.BgClassName
{
background-color: #CB2D43;
}
</style>
border-color css
<style>
span { border-color: #CB2D43; }
span { border-color: rgb(203,45,67); }
td.TdClassName
{
border-color: #CB2D43;
}
.TagClassName
{
border-color: #CB2D43;
}
</style>