Shades of Brick Red #CB293E
Tints of Brick Red #CB293E
RGB
CMYK
RGB Variations
Color information
#CB293E (or 0xCB293E) is known color: Brick Red. HEX triplet: CB, 29 and 3E. RGB value is (203,41,62). Sum of RGB (Red+Green+Blue) = 203+41+62=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB293E is #34D6C1. Grayscale: #5B5B5B. Windows color (decimal): -3462850 or 4073931. OLE color: 4073931.
HSL color Cylindrical-coordinate representation of color #CB293E: hue angle of 352.22º 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 #CB293E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 62 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.20 |
| HSL | 352.22º | 0.66% | 0.48% | - |
| HSV(B) | 352.22º | 0.8% | 0.8% | - |
| XYZ | 26.29 | 14.63 | 6 | - |
| YUV | 91.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 62 | 0 | 0.80 | 0.69 | 0.20 | 352.22 | 0.66 | 0.48 |
| Hex | CB | 29 | 3E | 0 | 50 | 45 | 14 | 160 | 42 | 30 |
| Octal | 313 | 51 | 76 | 0 | 120 | 105 | 24 | 540 | 102 | 60 |
| Binary | 11001011 | 101001 | 111110 | 0 | 1010000 | 1000101 | 10100 | 101100000 | 1000010 | 110000 |
Color Harmonies of #CB293E
Complementary color
Monochromatic Colors of #CB293E
Black with #CB293E
Text Example
Text Example
White with #CB293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB293E; }
p { color: rgb(203,41,62); }
H1.HeaderClassName
{
color: #CB293E;
}
.AnyTagClassName
{
color: #CB293E;
}
</style>
background-color css
<style>
a { background-color: #CB293E; }
a { background-color: rgb(203,41,62); }
div.DivClassName
{
background-color: #CB293E;
}
.BgClassName
{
background-color: #CB293E;
}
</style>
border-color css
<style>
span { border-color: #CB293E; }
span { border-color: rgb(203,41,62); }
td.TdClassName
{
border-color: #CB293E;
}
.TagClassName
{
border-color: #CB293E;
}
</style>