Shades of Brick Red #CB4149
Tints of Brick Red #CB4149
RGB
CMYK
RGB Variations
Color information
#CB4149 (or 0xCB4149) is known color: Brick Red. HEX triplet: CB, 41 and 49. RGB value is (203,65,73). Sum of RGB (Red+Green+Blue) = 203+65+73=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4149 is #34BEB6. Grayscale: #6B6B6B. Windows color (decimal): -3456695 or 4800971. OLE color: 4800971.
HSL color Cylindrical-coordinate representation of color #CB4149: hue angle of 356.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4149 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 73 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.20 |
| HSL | 356.52º | 0.57% | 0.53% | - |
| HSV(B) | 356.52º | 0.68% | 0.8% | - |
| XYZ | 27.72 | 16.96 | 8.12 | - |
| YUV | 107.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 73 | 0 | 0.68 | 0.64 | 0.20 | 356.52 | 0.57 | 0.53 |
| Hex | CB | 41 | 49 | 0 | 44 | 40 | 14 | 165 | 39 | 35 |
| Octal | 313 | 101 | 111 | 0 | 104 | 100 | 24 | 545 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1001001 | 0 | 1000100 | 1000000 | 10100 | 101100101 | 111001 | 110101 |
Color Harmonies of #CB4149
Complementary color
Monochromatic Colors of #CB4149
Black with #CB4149
Text Example
Text Example
White with #CB4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4149; }
p { color: rgb(203,65,73); }
H1.HeaderClassName
{
color: #CB4149;
}
.AnyTagClassName
{
color: #CB4149;
}
</style>
background-color css
<style>
a { background-color: #CB4149; }
a { background-color: rgb(203,65,73); }
div.DivClassName
{
background-color: #CB4149;
}
.BgClassName
{
background-color: #CB4149;
}
</style>
border-color css
<style>
span { border-color: #CB4149; }
span { border-color: rgb(203,65,73); }
td.TdClassName
{
border-color: #CB4149;
}
.TagClassName
{
border-color: #CB4149;
}
</style>