Shades of Brick Red #CB394A
Tints of Brick Red #CB394A
RGB
CMYK
RGB Variations
Color information
#CB394A (or 0xCB394A) is known color: Brick Red. HEX triplet: CB, 39 and 4A. RGB value is (203,57,74). Sum of RGB (Red+Green+Blue) = 203+57+74=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB394A is #34C6B5. Grayscale: #666666. Windows color (decimal): -3458742 or 4864459. OLE color: 4864459.
HSL color Cylindrical-coordinate representation of color #CB394A: hue angle of 353.01º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB394A is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 74 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.20 |
| HSL | 353.01º | 0.58% | 0.51% | - |
| HSV(B) | 353.01º | 0.72% | 0.8% | - |
| XYZ | 27.33 | 16.12 | 8.15 | - |
| YUV | 102.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 74 | 0 | 0.72 | 0.64 | 0.20 | 353.01 | 0.58 | 0.51 |
| Hex | CB | 39 | 4A | 0 | 48 | 40 | 14 | 161 | 3A | 33 |
| Octal | 313 | 71 | 112 | 0 | 110 | 100 | 24 | 541 | 72 | 63 |
| Binary | 11001011 | 111001 | 1001010 | 0 | 1001000 | 1000000 | 10100 | 101100001 | 111010 | 110011 |
Color Harmonies of #CB394A
Complementary color
Monochromatic Colors of #CB394A
Black with #CB394A
Text Example
Text Example
White with #CB394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB394A; }
p { color: rgb(203,57,74); }
H1.HeaderClassName
{
color: #CB394A;
}
.AnyTagClassName
{
color: #CB394A;
}
</style>
background-color css
<style>
a { background-color: #CB394A; }
a { background-color: rgb(203,57,74); }
div.DivClassName
{
background-color: #CB394A;
}
.BgClassName
{
background-color: #CB394A;
}
</style>
border-color css
<style>
span { border-color: #CB394A; }
span { border-color: rgb(203,57,74); }
td.TdClassName
{
border-color: #CB394A;
}
.TagClassName
{
border-color: #CB394A;
}
</style>