Shades of Brick Red #CB3245
Tints of Brick Red #CB3245
RGB
CMYK
RGB Variations
Color information
#CB3245 (or 0xCB3245) is known color: Brick Red. HEX triplet: CB, 32 and 45. RGB value is (203,50,69). Sum of RGB (Red+Green+Blue) = 203+50+69=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3245 is #34CDBA. Grayscale: #616161. Windows color (decimal): -3460539 or 4534987. OLE color: 4534987.
HSL color Cylindrical-coordinate representation of color #CB3245: hue angle of 352.55º 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 #CB3245 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 69 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.20 |
| HSL | 352.55º | 0.6% | 0.5% | - |
| HSV(B) | 352.55º | 0.75% | 0.8% | - |
| XYZ | 26.84 | 15.41 | 7.19 | - |
| YUV | 97.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 69 | 0 | 0.75 | 0.66 | 0.20 | 352.55 | 0.6 | 0.5 |
| Hex | CB | 32 | 45 | 0 | 4B | 42 | 14 | 161 | 3C | 32 |
| Octal | 313 | 62 | 105 | 0 | 113 | 102 | 24 | 541 | 74 | 62 |
| Binary | 11001011 | 110010 | 1000101 | 0 | 1001011 | 1000010 | 10100 | 101100001 | 111100 | 110010 |
Color Harmonies of #CB3245
Complementary color
Monochromatic Colors of #CB3245
Black with #CB3245
Text Example
Text Example
White with #CB3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3245; }
p { color: rgb(203,50,69); }
H1.HeaderClassName
{
color: #CB3245;
}
.AnyTagClassName
{
color: #CB3245;
}
</style>
background-color css
<style>
a { background-color: #CB3245; }
a { background-color: rgb(203,50,69); }
div.DivClassName
{
background-color: #CB3245;
}
.BgClassName
{
background-color: #CB3245;
}
</style>
border-color css
<style>
span { border-color: #CB3245; }
span { border-color: rgb(203,50,69); }
td.TdClassName
{
border-color: #CB3245;
}
.TagClassName
{
border-color: #CB3245;
}
</style>