Shades of Brick Red #CB333E
Tints of Brick Red #CB333E
RGB
CMYK
RGB Variations
Color information
#CB333E (or 0xCB333E) is known color: Brick Red. HEX triplet: CB, 33 and 3E. RGB value is (203,51,62). Sum of RGB (Red+Green+Blue) = 203+51+62=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB333E is #34CCC1. Grayscale: #616161. Windows color (decimal): -3460290 or 4076491. OLE color: 4076491.
HSL color Cylindrical-coordinate representation of color #CB333E: hue angle of 355.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB333E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 62 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.20 |
| HSL | 355.66º | 0.6% | 0.5% | - |
| HSV(B) | 355.66º | 0.75% | 0.8% | - |
| XYZ | 26.68 | 15.41 | 6.13 | - |
| YUV | 97.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 62 | 0 | 0.75 | 0.69 | 0.20 | 355.66 | 0.6 | 0.5 |
| Hex | CB | 33 | 3E | 0 | 4B | 45 | 14 | 164 | 3C | 32 |
| Octal | 313 | 63 | 76 | 0 | 113 | 105 | 24 | 544 | 74 | 62 |
| Binary | 11001011 | 110011 | 111110 | 0 | 1001011 | 1000101 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CB333E
Complementary color
Monochromatic Colors of #CB333E
Black with #CB333E
Text Example
Text Example
White with #CB333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB333E; }
p { color: rgb(203,51,62); }
H1.HeaderClassName
{
color: #CB333E;
}
.AnyTagClassName
{
color: #CB333E;
}
</style>
background-color css
<style>
a { background-color: #CB333E; }
a { background-color: rgb(203,51,62); }
div.DivClassName
{
background-color: #CB333E;
}
.BgClassName
{
background-color: #CB333E;
}
</style>
border-color css
<style>
span { border-color: #CB333E; }
span { border-color: rgb(203,51,62); }
td.TdClassName
{
border-color: #CB333E;
}
.TagClassName
{
border-color: #CB333E;
}
</style>