Shades of Brick Red #CB3846
Tints of Brick Red #CB3846
RGB
CMYK
RGB Variations
Color information
#CB3846 (or 0xCB3846) is known color: Brick Red. HEX triplet: CB, 38 and 46. RGB value is (203,56,70). Sum of RGB (Red+Green+Blue) = 203+56+70=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3846 is #34C7B9. Grayscale: #656565. Windows color (decimal): -3459002 or 4602059. OLE color: 4602059.
HSL color Cylindrical-coordinate representation of color #CB3846: hue angle of 354.29º 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 #CB3846 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 70 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.20 |
| HSL | 354.29º | 0.59% | 0.51% | - |
| HSV(B) | 354.29º | 0.72% | 0.8% | - |
| XYZ | 27.15 | 15.97 | 7.45 | - |
| YUV | 101.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 70 | 0 | 0.72 | 0.66 | 0.20 | 354.29 | 0.59 | 0.51 |
| Hex | CB | 38 | 46 | 0 | 48 | 42 | 14 | 162 | 3B | 33 |
| Octal | 313 | 70 | 106 | 0 | 110 | 102 | 24 | 542 | 73 | 63 |
| Binary | 11001011 | 111000 | 1000110 | 0 | 1001000 | 1000010 | 10100 | 101100010 | 111011 | 110011 |
Color Harmonies of #CB3846
Complementary color
Monochromatic Colors of #CB3846
Black with #CB3846
Text Example
Text Example
White with #CB3846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3846; }
p { color: rgb(203,56,70); }
H1.HeaderClassName
{
color: #CB3846;
}
.AnyTagClassName
{
color: #CB3846;
}
</style>
background-color css
<style>
a { background-color: #CB3846; }
a { background-color: rgb(203,56,70); }
div.DivClassName
{
background-color: #CB3846;
}
.BgClassName
{
background-color: #CB3846;
}
</style>
border-color css
<style>
span { border-color: #CB3846; }
span { border-color: rgb(203,56,70); }
td.TdClassName
{
border-color: #CB3846;
}
.TagClassName
{
border-color: #CB3846;
}
</style>