Shades of Brick Red #CB3D4A
Tints of Brick Red #CB3D4A
RGB
CMYK
RGB Variations
Color information
#CB3D4A (or 0xCB3D4A) is known color: Brick Red. HEX triplet: CB, 3D and 4A. RGB value is (203,61,74). Sum of RGB (Red+Green+Blue) = 203+61+74=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D4A is #34C2B5. Grayscale: #696969. Windows color (decimal): -3457718 or 4865483. OLE color: 4865483.
HSL color Cylindrical-coordinate representation of color #CB3D4A: hue angle of 354.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D4A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 74 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.20 |
| HSL | 354.51º | 0.58% | 0.52% | - |
| HSV(B) | 354.51º | 0.7% | 0.8% | - |
| XYZ | 27.53 | 16.53 | 8.22 | - |
| YUV | 104.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 74 | 0 | 0.70 | 0.64 | 0.20 | 354.51 | 0.58 | 0.52 |
| Hex | CB | 3D | 4A | 0 | 46 | 40 | 14 | 163 | 3A | 34 |
| Octal | 313 | 75 | 112 | 0 | 106 | 100 | 24 | 543 | 72 | 64 |
| Binary | 11001011 | 111101 | 1001010 | 0 | 1000110 | 1000000 | 10100 | 101100011 | 111010 | 110100 |
Color Harmonies of #CB3D4A
Complementary color
Monochromatic Colors of #CB3D4A
Black with #CB3D4A
Text Example
Text Example
White with #CB3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D4A; }
p { color: rgb(203,61,74); }
H1.HeaderClassName
{
color: #CB3D4A;
}
.AnyTagClassName
{
color: #CB3D4A;
}
</style>
background-color css
<style>
a { background-color: #CB3D4A; }
a { background-color: rgb(203,61,74); }
div.DivClassName
{
background-color: #CB3D4A;
}
.BgClassName
{
background-color: #CB3D4A;
}
</style>
border-color css
<style>
span { border-color: #CB3D4A; }
span { border-color: rgb(203,61,74); }
td.TdClassName
{
border-color: #CB3D4A;
}
.TagClassName
{
border-color: #CB3D4A;
}
</style>