Shades of Brick Red #CB3348
Tints of Brick Red #CB3348
RGB
CMYK
RGB Variations
Color information
#CB3348 (or 0xCB3348) is known color: Brick Red. HEX triplet: CB, 33 and 48. RGB value is (203,51,72). Sum of RGB (Red+Green+Blue) = 203+51+72=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3348 is #34CCB7. Grayscale: #626262. Windows color (decimal): -3460280 or 4731851. OLE color: 4731851.
HSL color Cylindrical-coordinate representation of color #CB3348: hue angle of 351.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3348 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 72 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.20 |
| HSL | 351.71º | 0.6% | 0.5% | - |
| HSV(B) | 351.71º | 0.75% | 0.8% | - |
| XYZ | 26.98 | 15.53 | 7.71 | - |
| YUV | 98.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 72 | 0 | 0.75 | 0.65 | 0.20 | 351.71 | 0.6 | 0.5 |
| Hex | CB | 33 | 48 | 0 | 4B | 41 | 14 | 160 | 3C | 32 |
| Octal | 313 | 63 | 110 | 0 | 113 | 101 | 24 | 540 | 74 | 62 |
| Binary | 11001011 | 110011 | 1001000 | 0 | 1001011 | 1000001 | 10100 | 101100000 | 111100 | 110010 |
Color Harmonies of #CB3348
Complementary color
Monochromatic Colors of #CB3348
Black with #CB3348
Text Example
Text Example
White with #CB3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3348; }
p { color: rgb(203,51,72); }
H1.HeaderClassName
{
color: #CB3348;
}
.AnyTagClassName
{
color: #CB3348;
}
</style>
background-color css
<style>
a { background-color: #CB3348; }
a { background-color: rgb(203,51,72); }
div.DivClassName
{
background-color: #CB3348;
}
.BgClassName
{
background-color: #CB3348;
}
</style>
border-color css
<style>
span { border-color: #CB3348; }
span { border-color: rgb(203,51,72); }
td.TdClassName
{
border-color: #CB3348;
}
.TagClassName
{
border-color: #CB3348;
}
</style>