Shades of Brick Red #CB3246
Tints of Brick Red #CB3246
RGB
CMYK
RGB Variations
Color information
#CB3246 (or 0xCB3246) is known color: Brick Red. HEX triplet: CB, 32 and 46. RGB value is (203,50,70). Sum of RGB (Red+Green+Blue) = 203+50+70=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3246 is #34CDB9. Grayscale: #626262. Windows color (decimal): -3460538 or 4600523. OLE color: 4600523.
HSL color Cylindrical-coordinate representation of color #CB3246: hue angle of 352.16º 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 #CB3246 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 70 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.20 |
| HSL | 352.16º | 0.6% | 0.5% | - |
| HSV(B) | 352.16º | 0.75% | 0.8% | - |
| XYZ | 26.87 | 15.42 | 7.35 | - |
| YUV | 98.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 70 | 0 | 0.75 | 0.66 | 0.20 | 352.16 | 0.6 | 0.5 |
| Hex | CB | 32 | 46 | 0 | 4B | 42 | 14 | 160 | 3C | 32 |
| Octal | 313 | 62 | 106 | 0 | 113 | 102 | 24 | 540 | 74 | 62 |
| Binary | 11001011 | 110010 | 1000110 | 0 | 1001011 | 1000010 | 10100 | 101100000 | 111100 | 110010 |
Color Harmonies of #CB3246
Complementary color
Monochromatic Colors of #CB3246
Black with #CB3246
Text Example
Text Example
White with #CB3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3246; }
p { color: rgb(203,50,70); }
H1.HeaderClassName
{
color: #CB3246;
}
.AnyTagClassName
{
color: #CB3246;
}
</style>
background-color css
<style>
a { background-color: #CB3246; }
a { background-color: rgb(203,50,70); }
div.DivClassName
{
background-color: #CB3246;
}
.BgClassName
{
background-color: #CB3246;
}
</style>
border-color css
<style>
span { border-color: #CB3246; }
span { border-color: rgb(203,50,70); }
td.TdClassName
{
border-color: #CB3246;
}
.TagClassName
{
border-color: #CB3246;
}
</style>