Shades of Brick Red #CB394C
Tints of Brick Red #CB394C
RGB
CMYK
RGB Variations
Color information
#CB394C (or 0xCB394C) is known color: Brick Red. HEX triplet: CB, 39 and 4C. RGB value is (203,57,76). Sum of RGB (Red+Green+Blue) = 203+57+76=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB394C is #34C6B3. Grayscale: #666666. Windows color (decimal): -3458740 or 4995531. OLE color: 4995531.
HSL color Cylindrical-coordinate representation of color #CB394C: hue angle of 352.19º 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 #CB394C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 76 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.20 |
| HSL | 352.19º | 0.58% | 0.51% | - |
| HSV(B) | 352.19º | 0.72% | 0.8% | - |
| XYZ | 27.4 | 16.14 | 8.51 | - |
| YUV | 102.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 76 | 0 | 0.72 | 0.63 | 0.20 | 352.19 | 0.58 | 0.51 |
| Hex | CB | 39 | 4C | 0 | 48 | 3F | 14 | 160 | 3A | 33 |
| Octal | 313 | 71 | 114 | 0 | 110 | 77 | 24 | 540 | 72 | 63 |
| Binary | 11001011 | 111001 | 1001100 | 0 | 1001000 | 111111 | 10100 | 101100000 | 111010 | 110011 |
Color Harmonies of #CB394C
Complementary color
Monochromatic Colors of #CB394C
Black with #CB394C
Text Example
Text Example
White with #CB394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB394C; }
p { color: rgb(203,57,76); }
H1.HeaderClassName
{
color: #CB394C;
}
.AnyTagClassName
{
color: #CB394C;
}
</style>
background-color css
<style>
a { background-color: #CB394C; }
a { background-color: rgb(203,57,76); }
div.DivClassName
{
background-color: #CB394C;
}
.BgClassName
{
background-color: #CB394C;
}
</style>
border-color css
<style>
span { border-color: #CB394C; }
span { border-color: rgb(203,57,76); }
td.TdClassName
{
border-color: #CB394C;
}
.TagClassName
{
border-color: #CB394C;
}
</style>