Shades of Brick Red #CB303E
Tints of Brick Red #CB303E
RGB
CMYK
RGB Variations
Color information
#CB303E (or 0xCB303E) is known color: Brick Red. HEX triplet: CB, 30 and 3E. RGB value is (203,48,62). Sum of RGB (Red+Green+Blue) = 203+48+62=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB303E is #34CFC1. Grayscale: #606060. Windows color (decimal): -3461058 or 4075723. OLE color: 4075723.
HSL color Cylindrical-coordinate representation of color #CB303E: hue angle of 354.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB303E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.20 |
| HSL | 354.58º | 0.62% | 0.49% | - |
| HSV(B) | 354.58º | 0.76% | 0.8% | - |
| XYZ | 26.56 | 15.16 | 6.08 | - |
| YUV | 95.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 62 | 0 | 0.76 | 0.69 | 0.20 | 354.58 | 0.62 | 0.49 |
| Hex | CB | 30 | 3E | 0 | 4C | 45 | 14 | 163 | 3E | 31 |
| Octal | 313 | 60 | 76 | 0 | 114 | 105 | 24 | 543 | 76 | 61 |
| Binary | 11001011 | 110000 | 111110 | 0 | 1001100 | 1000101 | 10100 | 101100011 | 111110 | 110001 |
Color Harmonies of #CB303E
Complementary color
Monochromatic Colors of #CB303E
Black with #CB303E
Text Example
Text Example
White with #CB303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB303E; }
p { color: rgb(203,48,62); }
H1.HeaderClassName
{
color: #CB303E;
}
.AnyTagClassName
{
color: #CB303E;
}
</style>
background-color css
<style>
a { background-color: #CB303E; }
a { background-color: rgb(203,48,62); }
div.DivClassName
{
background-color: #CB303E;
}
.BgClassName
{
background-color: #CB303E;
}
</style>
border-color css
<style>
span { border-color: #CB303E; }
span { border-color: rgb(203,48,62); }
td.TdClassName
{
border-color: #CB303E;
}
.TagClassName
{
border-color: #CB303E;
}
</style>