Shades of Brick Red #CB3844
Tints of Brick Red #CB3844
RGB
CMYK
RGB Variations
Color information
#CB3844 (or 0xCB3844) is known color: Brick Red. HEX triplet: CB, 38 and 44. RGB value is (203,56,68). Sum of RGB (Red+Green+Blue) = 203+56+68=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3844 is #34C7BB. Grayscale: #656565. Windows color (decimal): -3459004 or 4470987. OLE color: 4470987.
HSL color Cylindrical-coordinate representation of color #CB3844: hue angle of 355.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3844 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 68 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.20 |
| HSL | 355.1º | 0.59% | 0.51% | - |
| HSV(B) | 355.1º | 0.72% | 0.8% | - |
| XYZ | 27.09 | 15.94 | 7.12 | - |
| YUV | 101.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 68 | 0 | 0.72 | 0.67 | 0.20 | 355.1 | 0.59 | 0.51 |
| Hex | CB | 38 | 44 | 0 | 48 | 43 | 14 | 163 | 3B | 33 |
| Octal | 313 | 70 | 104 | 0 | 110 | 103 | 24 | 543 | 73 | 63 |
| Binary | 11001011 | 111000 | 1000100 | 0 | 1001000 | 1000011 | 10100 | 101100011 | 111011 | 110011 |
Color Harmonies of #CB3844
Complementary color
Monochromatic Colors of #CB3844
Black with #CB3844
Text Example
Text Example
White with #CB3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3844; }
p { color: rgb(203,56,68); }
H1.HeaderClassName
{
color: #CB3844;
}
.AnyTagClassName
{
color: #CB3844;
}
</style>
background-color css
<style>
a { background-color: #CB3844; }
a { background-color: rgb(203,56,68); }
div.DivClassName
{
background-color: #CB3844;
}
.BgClassName
{
background-color: #CB3844;
}
</style>
border-color css
<style>
span { border-color: #CB3844; }
span { border-color: rgb(203,56,68); }
td.TdClassName
{
border-color: #CB3844;
}
.TagClassName
{
border-color: #CB3844;
}
</style>