Shades of Brick Red #CB3046
Tints of Brick Red #CB3046
RGB
CMYK
RGB Variations
Color information
#CB3046 (or 0xCB3046) is known color: Brick Red. HEX triplet: CB, 30 and 46. RGB value is (203,48,70). Sum of RGB (Red+Green+Blue) = 203+48+70=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3046 is #34CFB9. Grayscale: #606060. Windows color (decimal): -3461050 or 4600011. OLE color: 4600011.
HSL color Cylindrical-coordinate representation of color #CB3046: hue angle of 351.48º degrees, saturation: 0.62, 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 #CB3046 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 70 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.20 |
| HSL | 351.48º | 0.62% | 0.49% | - |
| HSV(B) | 351.48º | 0.76% | 0.8% | - |
| XYZ | 26.79 | 15.25 | 7.33 | - |
| YUV | 96.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 70 | 0 | 0.76 | 0.66 | 0.20 | 351.48 | 0.62 | 0.49 |
| Hex | CB | 30 | 46 | 0 | 4C | 42 | 14 | 15F | 3E | 31 |
| Octal | 313 | 60 | 106 | 0 | 114 | 102 | 24 | 537 | 76 | 61 |
| Binary | 11001011 | 110000 | 1000110 | 0 | 1001100 | 1000010 | 10100 | 101011111 | 111110 | 110001 |
Color Harmonies of #CB3046
Complementary color
Monochromatic Colors of #CB3046
Black with #CB3046
Text Example
Text Example
White with #CB3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3046; }
p { color: rgb(203,48,70); }
H1.HeaderClassName
{
color: #CB3046;
}
.AnyTagClassName
{
color: #CB3046;
}
</style>
background-color css
<style>
a { background-color: #CB3046; }
a { background-color: rgb(203,48,70); }
div.DivClassName
{
background-color: #CB3046;
}
.BgClassName
{
background-color: #CB3046;
}
</style>
border-color css
<style>
span { border-color: #CB3046; }
span { border-color: rgb(203,48,70); }
td.TdClassName
{
border-color: #CB3046;
}
.TagClassName
{
border-color: #CB3046;
}
</style>