Shades of Brick Red #CB3546
Tints of Brick Red #CB3546
RGB
CMYK
RGB Variations
Color information
#CB3546 (or 0xCB3546) is known color: Brick Red. HEX triplet: CB, 35 and 46. RGB value is (203,53,70). Sum of RGB (Red+Green+Blue) = 203+53+70=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3546 is #34CAB9. Grayscale: #636363. Windows color (decimal): -3459770 or 4601291. OLE color: 4601291.
HSL color Cylindrical-coordinate representation of color #CB3546: hue angle of 353.2º 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 #CB3546 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 70 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.20 |
| HSL | 353.2º | 0.59% | 0.5% | - |
| HSV(B) | 353.2º | 0.74% | 0.8% | - |
| XYZ | 27.01 | 15.68 | 7.4 | - |
| YUV | 99.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 70 | 0 | 0.74 | 0.66 | 0.20 | 353.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 46 | 0 | 4A | 42 | 14 | 161 | 3B | 32 |
| Octal | 313 | 65 | 106 | 0 | 112 | 102 | 24 | 541 | 73 | 62 |
| Binary | 11001011 | 110101 | 1000110 | 0 | 1001010 | 1000010 | 10100 | 101100001 | 111011 | 110010 |
Color Harmonies of #CB3546
Complementary color
Monochromatic Colors of #CB3546
Black with #CB3546
Text Example
Text Example
White with #CB3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3546; }
p { color: rgb(203,53,70); }
H1.HeaderClassName
{
color: #CB3546;
}
.AnyTagClassName
{
color: #CB3546;
}
</style>
background-color css
<style>
a { background-color: #CB3546; }
a { background-color: rgb(203,53,70); }
div.DivClassName
{
background-color: #CB3546;
}
.BgClassName
{
background-color: #CB3546;
}
</style>
border-color css
<style>
span { border-color: #CB3546; }
span { border-color: rgb(203,53,70); }
td.TdClassName
{
border-color: #CB3546;
}
.TagClassName
{
border-color: #CB3546;
}
</style>