Shades of Brick Red #CB293C
Tints of Brick Red #CB293C
RGB
CMYK
RGB Variations
Color information
#CB293C (or 0xCB293C) is known color: Brick Red. HEX triplet: CB, 29 and 3C. RGB value is (203,41,60). Sum of RGB (Red+Green+Blue) = 203+41+60=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB293C is #34D6C3. Grayscale: #5B5B5B. Windows color (decimal): -3462852 or 3942859. OLE color: 3942859.
HSL color Cylindrical-coordinate representation of color #CB293C: hue angle of 352.96º 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 #CB293C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 60 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.20 |
| HSL | 352.96º | 0.66% | 0.48% | - |
| HSV(B) | 352.96º | 0.8% | 0.8% | - |
| XYZ | 26.24 | 14.61 | 5.71 | - |
| YUV | 91.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 60 | 0 | 0.80 | 0.70 | 0.20 | 352.96 | 0.66 | 0.48 |
| Hex | CB | 29 | 3C | 0 | 50 | 46 | 14 | 161 | 42 | 30 |
| Octal | 313 | 51 | 74 | 0 | 120 | 106 | 24 | 541 | 102 | 60 |
| Binary | 11001011 | 101001 | 111100 | 0 | 1010000 | 1000110 | 10100 | 101100001 | 1000010 | 110000 |
Color Harmonies of #CB293C
Complementary color
Monochromatic Colors of #CB293C
Black with #CB293C
Text Example
Text Example
White with #CB293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB293C; }
p { color: rgb(203,41,60); }
H1.HeaderClassName
{
color: #CB293C;
}
.AnyTagClassName
{
color: #CB293C;
}
</style>
background-color css
<style>
a { background-color: #CB293C; }
a { background-color: rgb(203,41,60); }
div.DivClassName
{
background-color: #CB293C;
}
.BgClassName
{
background-color: #CB293C;
}
</style>
border-color css
<style>
span { border-color: #CB293C; }
span { border-color: rgb(203,41,60); }
td.TdClassName
{
border-color: #CB293C;
}
.TagClassName
{
border-color: #CB293C;
}
</style>