Shades of Brick Red #CB3A4C
Tints of Brick Red #CB3A4C
RGB
CMYK
RGB Variations
Color information
#CB3A4C (or 0xCB3A4C) is known color: Brick Red. HEX triplet: CB, 3A and 4C. RGB value is (203,58,76). Sum of RGB (Red+Green+Blue) = 203+58+76=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A4C is #34C5B3. Grayscale: #676767. Windows color (decimal): -3458484 or 4995787. OLE color: 4995787.
HSL color Cylindrical-coordinate representation of color #CB3A4C: hue angle of 352.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A4C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 76 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.20 |
| HSL | 352.55º | 0.58% | 0.51% | - |
| HSV(B) | 352.55º | 0.71% | 0.8% | - |
| XYZ | 27.45 | 16.24 | 8.53 | - |
| YUV | 103.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 76 | 0 | 0.71 | 0.63 | 0.20 | 352.55 | 0.58 | 0.51 |
| Hex | CB | 3A | 4C | 0 | 47 | 3F | 14 | 161 | 3A | 33 |
| Octal | 313 | 72 | 114 | 0 | 107 | 77 | 24 | 541 | 72 | 63 |
| Binary | 11001011 | 111010 | 1001100 | 0 | 1000111 | 111111 | 10100 | 101100001 | 111010 | 110011 |
Color Harmonies of #CB3A4C
Complementary color
Monochromatic Colors of #CB3A4C
Black with #CB3A4C
Text Example
Text Example
White with #CB3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A4C; }
p { color: rgb(203,58,76); }
H1.HeaderClassName
{
color: #CB3A4C;
}
.AnyTagClassName
{
color: #CB3A4C;
}
</style>
background-color css
<style>
a { background-color: #CB3A4C; }
a { background-color: rgb(203,58,76); }
div.DivClassName
{
background-color: #CB3A4C;
}
.BgClassName
{
background-color: #CB3A4C;
}
</style>
border-color css
<style>
span { border-color: #CB3A4C; }
span { border-color: rgb(203,58,76); }
td.TdClassName
{
border-color: #CB3A4C;
}
.TagClassName
{
border-color: #CB3A4C;
}
</style>