Shades of Brick Red #CB284A
Tints of Brick Red #CB284A
RGB
CMYK
RGB Variations
Color information
#CB284A (or 0xCB284A) is known color: Brick Red. HEX triplet: CB, 28 and 4A. RGB value is (203,40,74). Sum of RGB (Red+Green+Blue) = 203+40+74=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB284A is #34D7B5. Grayscale: #5C5C5C. Windows color (decimal): -3463094 or 4860107. OLE color: 4860107.
HSL color Cylindrical-coordinate representation of color #CB284A: hue angle of 347.48º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB284A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 74 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.20 |
| HSL | 347.48º | 0.67% | 0.48% | - |
| HSV(B) | 347.48º | 0.8% | 0.8% | - |
| XYZ | 26.62 | 14.71 | 7.91 | - |
| YUV | 92.61 | 117.5 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 74 | 0 | 0.80 | 0.64 | 0.20 | 347.48 | 0.67 | 0.48 |
| Hex | CB | 28 | 4A | 0 | 50 | 40 | 14 | 15B | 43 | 30 |
| Octal | 313 | 50 | 112 | 0 | 120 | 100 | 24 | 533 | 103 | 60 |
| Binary | 11001011 | 101000 | 1001010 | 0 | 1010000 | 1000000 | 10100 | 101011011 | 1000011 | 110000 |
Color Harmonies of #CB284A
Complementary color
Monochromatic Colors of #CB284A
Black with #CB284A
Text Example
Text Example
White with #CB284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB284A; }
p { color: rgb(203,40,74); }
H1.HeaderClassName
{
color: #CB284A;
}
.AnyTagClassName
{
color: #CB284A;
}
</style>
background-color css
<style>
a { background-color: #CB284A; }
a { background-color: rgb(203,40,74); }
div.DivClassName
{
background-color: #CB284A;
}
.BgClassName
{
background-color: #CB284A;
}
</style>
border-color css
<style>
span { border-color: #CB284A; }
span { border-color: rgb(203,40,74); }
td.TdClassName
{
border-color: #CB284A;
}
.TagClassName
{
border-color: #CB284A;
}
</style>