Shades of Brick Red #CB2745
Tints of Brick Red #CB2745
RGB
CMYK
RGB Variations
Color information
#CB2745 (or 0xCB2745) is known color: Brick Red. HEX triplet: CB, 27 and 45. RGB value is (203,39,69). Sum of RGB (Red+Green+Blue) = 203+39+69=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2745 is #34D8BA. Grayscale: #5B5B5B. Windows color (decimal): -3463355 or 4532171. OLE color: 4532171.
HSL color Cylindrical-coordinate representation of color #CB2745: hue angle of 349.02º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2745 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 69 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.20 |
| HSL | 349.02º | 0.68% | 0.47% | - |
| HSV(B) | 349.02º | 0.81% | 0.8% | - |
| XYZ | 26.43 | 14.58 | 7.05 | - |
| YUV | 91.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 69 | 0 | 0.81 | 0.66 | 0.20 | 349.02 | 0.68 | 0.47 |
| Hex | CB | 27 | 45 | 0 | 51 | 42 | 14 | 15D | 44 | 2F |
| Octal | 313 | 47 | 105 | 0 | 121 | 102 | 24 | 535 | 104 | 57 |
| Binary | 11001011 | 100111 | 1000101 | 0 | 1010001 | 1000010 | 10100 | 101011101 | 1000100 | 101111 |
Color Harmonies of #CB2745
Complementary color
Monochromatic Colors of #CB2745
Black with #CB2745
Text Example
Text Example
White with #CB2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2745; }
p { color: rgb(203,39,69); }
H1.HeaderClassName
{
color: #CB2745;
}
.AnyTagClassName
{
color: #CB2745;
}
</style>
background-color css
<style>
a { background-color: #CB2745; }
a { background-color: rgb(203,39,69); }
div.DivClassName
{
background-color: #CB2745;
}
.BgClassName
{
background-color: #CB2745;
}
</style>
border-color css
<style>
span { border-color: #CB2745; }
span { border-color: rgb(203,39,69); }
td.TdClassName
{
border-color: #CB2745;
}
.TagClassName
{
border-color: #CB2745;
}
</style>