Shades of Brick Red #CB3542
Tints of Brick Red #CB3542
RGB
CMYK
RGB Variations
Color information
#CB3542 (or 0xCB3542) is known color: Brick Red. HEX triplet: CB, 35 and 42. RGB value is (203,53,66). Sum of RGB (Red+Green+Blue) = 203+53+66=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3542 is #34CABD. Grayscale: #636363. Windows color (decimal): -3459774 or 4339147. OLE color: 4339147.
HSL color Cylindrical-coordinate representation of color #CB3542: hue angle of 354.8º 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 #CB3542 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 66 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.20 |
| HSL | 354.8º | 0.59% | 0.5% | - |
| HSV(B) | 354.8º | 0.74% | 0.8% | - |
| XYZ | 26.89 | 15.64 | 6.76 | - |
| YUV | 99.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 66 | 0 | 0.74 | 0.67 | 0.20 | 354.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 42 | 0 | 4A | 43 | 14 | 163 | 3B | 32 |
| Octal | 313 | 65 | 102 | 0 | 112 | 103 | 24 | 543 | 73 | 62 |
| Binary | 11001011 | 110101 | 1000010 | 0 | 1001010 | 1000011 | 10100 | 101100011 | 111011 | 110010 |
Color Harmonies of #CB3542
Complementary color
Monochromatic Colors of #CB3542
Black with #CB3542
Text Example
Text Example
White with #CB3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3542; }
p { color: rgb(203,53,66); }
H1.HeaderClassName
{
color: #CB3542;
}
.AnyTagClassName
{
color: #CB3542;
}
</style>
background-color css
<style>
a { background-color: #CB3542; }
a { background-color: rgb(203,53,66); }
div.DivClassName
{
background-color: #CB3542;
}
.BgClassName
{
background-color: #CB3542;
}
</style>
border-color css
<style>
span { border-color: #CB3542; }
span { border-color: rgb(203,53,66); }
td.TdClassName
{
border-color: #CB3542;
}
.TagClassName
{
border-color: #CB3542;
}
</style>