Shades of Brick Red #CB2942
Tints of Brick Red #CB2942
RGB
CMYK
RGB Variations
Color information
#CB2942 (or 0xCB2942) is known color: Brick Red. HEX triplet: CB, 29 and 42. RGB value is (203,41,66). Sum of RGB (Red+Green+Blue) = 203+41+66=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2942 is #34D6BD. Grayscale: #5C5C5C. Windows color (decimal): -3462846 or 4336075. OLE color: 4336075.
HSL color Cylindrical-coordinate representation of color #CB2942: hue angle of 350.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2942 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 66 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.20 |
| HSL | 350.74º | 0.66% | 0.48% | - |
| HSV(B) | 350.74º | 0.8% | 0.8% | - |
| XYZ | 26.4 | 14.68 | 6.6 | - |
| YUV | 92.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 66 | 0 | 0.80 | 0.67 | 0.20 | 350.74 | 0.66 | 0.48 |
| Hex | CB | 29 | 42 | 0 | 50 | 43 | 14 | 15F | 42 | 30 |
| Octal | 313 | 51 | 102 | 0 | 120 | 103 | 24 | 537 | 102 | 60 |
| Binary | 11001011 | 101001 | 1000010 | 0 | 1010000 | 1000011 | 10100 | 101011111 | 1000010 | 110000 |
Color Harmonies of #CB2942
Complementary color
Monochromatic Colors of #CB2942
Black with #CB2942
Text Example
Text Example
White with #CB2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2942; }
p { color: rgb(203,41,66); }
H1.HeaderClassName
{
color: #CB2942;
}
.AnyTagClassName
{
color: #CB2942;
}
</style>
background-color css
<style>
a { background-color: #CB2942; }
a { background-color: rgb(203,41,66); }
div.DivClassName
{
background-color: #CB2942;
}
.BgClassName
{
background-color: #CB2942;
}
</style>
border-color css
<style>
span { border-color: #CB2942; }
span { border-color: rgb(203,41,66); }
td.TdClassName
{
border-color: #CB2942;
}
.TagClassName
{
border-color: #CB2942;
}
</style>