Shades of Brick Red #CB3143
Tints of Brick Red #CB3143
RGB
CMYK
RGB Variations
Color information
#CB3143 (or 0xCB3143) is known color: Brick Red. HEX triplet: CB, 31 and 43. RGB value is (203,49,67). Sum of RGB (Red+Green+Blue) = 203+49+67=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3143 is #34CEBC. Grayscale: #616161. Windows color (decimal): -3460797 or 4403659. OLE color: 4403659.
HSL color Cylindrical-coordinate representation of color #CB3143: hue angle of 352.99º 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 #CB3143 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 67 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.20 |
| HSL | 352.99º | 0.61% | 0.49% | - |
| HSV(B) | 352.99º | 0.76% | 0.8% | - |
| XYZ | 26.74 | 15.3 | 6.85 | - |
| YUV | 97.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 67 | 0 | 0.76 | 0.67 | 0.20 | 352.99 | 0.61 | 0.49 |
| Hex | CB | 31 | 43 | 0 | 4C | 43 | 14 | 161 | 3D | 31 |
| Octal | 313 | 61 | 103 | 0 | 114 | 103 | 24 | 541 | 75 | 61 |
| Binary | 11001011 | 110001 | 1000011 | 0 | 1001100 | 1000011 | 10100 | 101100001 | 111101 | 110001 |
Color Harmonies of #CB3143
Complementary color
Monochromatic Colors of #CB3143
Black with #CB3143
Text Example
Text Example
White with #CB3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3143; }
p { color: rgb(203,49,67); }
H1.HeaderClassName
{
color: #CB3143;
}
.AnyTagClassName
{
color: #CB3143;
}
</style>
background-color css
<style>
a { background-color: #CB3143; }
a { background-color: rgb(203,49,67); }
div.DivClassName
{
background-color: #CB3143;
}
.BgClassName
{
background-color: #CB3143;
}
</style>
border-color css
<style>
span { border-color: #CB3143; }
span { border-color: rgb(203,49,67); }
td.TdClassName
{
border-color: #CB3143;
}
.TagClassName
{
border-color: #CB3143;
}
</style>