Shades of Brick Red #CB3949
Tints of Brick Red #CB3949
RGB
CMYK
RGB Variations
Color information
#CB3949 (or 0xCB3949) is known color: Brick Red. HEX triplet: CB, 39 and 49. RGB value is (203,57,73). Sum of RGB (Red+Green+Blue) = 203+57+73=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3949 is #34C6B6. Grayscale: #666666. Windows color (decimal): -3458743 or 4798923. OLE color: 4798923.
HSL color Cylindrical-coordinate representation of color #CB3949: hue angle of 353.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3949 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 73 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.20 |
| HSL | 353.42º | 0.58% | 0.51% | - |
| HSV(B) | 353.42º | 0.72% | 0.8% | - |
| XYZ | 27.29 | 16.1 | 7.97 | - |
| YUV | 102.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 73 | 0 | 0.72 | 0.64 | 0.20 | 353.42 | 0.58 | 0.51 |
| Hex | CB | 39 | 49 | 0 | 48 | 40 | 14 | 161 | 3A | 33 |
| Octal | 313 | 71 | 111 | 0 | 110 | 100 | 24 | 541 | 72 | 63 |
| Binary | 11001011 | 111001 | 1001001 | 0 | 1001000 | 1000000 | 10100 | 101100001 | 111010 | 110011 |
Color Harmonies of #CB3949
Complementary color
Monochromatic Colors of #CB3949
Black with #CB3949
Text Example
Text Example
White with #CB3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3949; }
p { color: rgb(203,57,73); }
H1.HeaderClassName
{
color: #CB3949;
}
.AnyTagClassName
{
color: #CB3949;
}
</style>
background-color css
<style>
a { background-color: #CB3949; }
a { background-color: rgb(203,57,73); }
div.DivClassName
{
background-color: #CB3949;
}
.BgClassName
{
background-color: #CB3949;
}
</style>
border-color css
<style>
span { border-color: #CB3949; }
span { border-color: rgb(203,57,73); }
td.TdClassName
{
border-color: #CB3949;
}
.TagClassName
{
border-color: #CB3949;
}
</style>