Shades of Brick Red #CB3142
Tints of Brick Red #CB3142
RGB
CMYK
RGB Variations
Color information
#CB3142 (or 0xCB3142) is known color: Brick Red. HEX triplet: CB, 31 and 42. RGB value is (203,49,66). Sum of RGB (Red+Green+Blue) = 203+49+66=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3142 is #34CEBD. Grayscale: #616161. Windows color (decimal): -3460798 or 4338123. OLE color: 4338123.
HSL color Cylindrical-coordinate representation of color #CB3142: hue angle of 353.38º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3142 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 66 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.20 |
| HSL | 353.38º | 0.61% | 0.49% | - |
| HSV(B) | 353.38º | 0.76% | 0.8% | - |
| XYZ | 26.71 | 15.29 | 6.7 | - |
| YUV | 96.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 66 | 0 | 0.76 | 0.67 | 0.20 | 353.38 | 0.61 | 0.49 |
| Hex | CB | 31 | 42 | 0 | 4C | 43 | 14 | 161 | 3D | 31 |
| Octal | 313 | 61 | 102 | 0 | 114 | 103 | 24 | 541 | 75 | 61 |
| Binary | 11001011 | 110001 | 1000010 | 0 | 1001100 | 1000011 | 10100 | 101100001 | 111101 | 110001 |
Color Harmonies of #CB3142
Complementary color
Monochromatic Colors of #CB3142
Black with #CB3142
Text Example
Text Example
White with #CB3142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3142; }
p { color: rgb(203,49,66); }
H1.HeaderClassName
{
color: #CB3142;
}
.AnyTagClassName
{
color: #CB3142;
}
</style>
background-color css
<style>
a { background-color: #CB3142; }
a { background-color: rgb(203,49,66); }
div.DivClassName
{
background-color: #CB3142;
}
.BgClassName
{
background-color: #CB3142;
}
</style>
border-color css
<style>
span { border-color: #CB3142; }
span { border-color: rgb(203,49,66); }
td.TdClassName
{
border-color: #CB3142;
}
.TagClassName
{
border-color: #CB3142;
}
</style>