Shades of Brick Red #CB3444
Tints of Brick Red #CB3444
RGB
CMYK
RGB Variations
Color information
#CB3444 (or 0xCB3444) is known color: Brick Red. HEX triplet: CB, 34 and 44. RGB value is (203,52,68). Sum of RGB (Red+Green+Blue) = 203+52+68=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3444 is #34CBBB. Grayscale: #636363. Windows color (decimal): -3460028 or 4469963. OLE color: 4469963.
HSL color Cylindrical-coordinate representation of color #CB3444: hue angle of 353.64º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3444 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 68 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.20 |
| HSL | 353.64º | 0.59% | 0.5% | - |
| HSV(B) | 353.64º | 0.74% | 0.8% | - |
| XYZ | 26.9 | 15.57 | 7.06 | - |
| YUV | 98.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 68 | 0 | 0.74 | 0.67 | 0.20 | 353.64 | 0.59 | 0.5 |
| Hex | CB | 34 | 44 | 0 | 4A | 43 | 14 | 162 | 3B | 32 |
| Octal | 313 | 64 | 104 | 0 | 112 | 103 | 24 | 542 | 73 | 62 |
| Binary | 11001011 | 110100 | 1000100 | 0 | 1001010 | 1000011 | 10100 | 101100010 | 111011 | 110010 |
Color Harmonies of #CB3444
Complementary color
Monochromatic Colors of #CB3444
Black with #CB3444
Text Example
Text Example
White with #CB3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3444; }
p { color: rgb(203,52,68); }
H1.HeaderClassName
{
color: #CB3444;
}
.AnyTagClassName
{
color: #CB3444;
}
</style>
background-color css
<style>
a { background-color: #CB3444; }
a { background-color: rgb(203,52,68); }
div.DivClassName
{
background-color: #CB3444;
}
.BgClassName
{
background-color: #CB3444;
}
</style>
border-color css
<style>
span { border-color: #CB3444; }
span { border-color: rgb(203,52,68); }
td.TdClassName
{
border-color: #CB3444;
}
.TagClassName
{
border-color: #CB3444;
}
</style>