Shades of Brick Red #CB3248
Tints of Brick Red #CB3248
RGB
CMYK
RGB Variations
Color information
#CB3248 (or 0xCB3248) is known color: Brick Red. HEX triplet: CB, 32 and 48. RGB value is (203,50,72). Sum of RGB (Red+Green+Blue) = 203+50+72=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3248 is #34CDB7. Grayscale: #626262. Windows color (decimal): -3460536 or 4731595. OLE color: 4731595.
HSL color Cylindrical-coordinate representation of color #CB3248: hue angle of 351.37º 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 #CB3248 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 72 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.20 |
| HSL | 351.37º | 0.6% | 0.5% | - |
| HSV(B) | 351.37º | 0.75% | 0.8% | - |
| XYZ | 26.94 | 15.45 | 7.69 | - |
| YUV | 98.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 72 | 0 | 0.75 | 0.65 | 0.20 | 351.37 | 0.6 | 0.5 |
| Hex | CB | 32 | 48 | 0 | 4B | 41 | 14 | 15F | 3C | 32 |
| Octal | 313 | 62 | 110 | 0 | 113 | 101 | 24 | 537 | 74 | 62 |
| Binary | 11001011 | 110010 | 1001000 | 0 | 1001011 | 1000001 | 10100 | 101011111 | 111100 | 110010 |
Color Harmonies of #CB3248
Complementary color
Monochromatic Colors of #CB3248
Black with #CB3248
Text Example
Text Example
White with #CB3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3248; }
p { color: rgb(203,50,72); }
H1.HeaderClassName
{
color: #CB3248;
}
.AnyTagClassName
{
color: #CB3248;
}
</style>
background-color css
<style>
a { background-color: #CB3248; }
a { background-color: rgb(203,50,72); }
div.DivClassName
{
background-color: #CB3248;
}
.BgClassName
{
background-color: #CB3248;
}
</style>
border-color css
<style>
span { border-color: #CB3248; }
span { border-color: rgb(203,50,72); }
td.TdClassName
{
border-color: #CB3248;
}
.TagClassName
{
border-color: #CB3248;
}
</style>