Shades of Brick Red #CB283D
Tints of Brick Red #CB283D
RGB
CMYK
RGB Variations
Color information
#CB283D (or 0xCB283D) is known color: Brick Red. HEX triplet: CB, 28 and 3D. RGB value is (203,40,61). Sum of RGB (Red+Green+Blue) = 203+40+61=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB283D is #34D7C2. Grayscale: #5B5B5B. Windows color (decimal): -3463107 or 4008139. OLE color: 4008139.
HSL color Cylindrical-coordinate representation of color #CB283D: hue angle of 352.27º 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 #CB283D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 61 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.20 |
| HSL | 352.27º | 0.67% | 0.48% | - |
| HSV(B) | 352.27º | 0.8% | 0.8% | - |
| XYZ | 26.23 | 14.55 | 5.84 | - |
| YUV | 91.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 61 | 0 | 0.80 | 0.70 | 0.20 | 352.27 | 0.67 | 0.48 |
| Hex | CB | 28 | 3D | 0 | 50 | 46 | 14 | 160 | 43 | 30 |
| Octal | 313 | 50 | 75 | 0 | 120 | 106 | 24 | 540 | 103 | 60 |
| Binary | 11001011 | 101000 | 111101 | 0 | 1010000 | 1000110 | 10100 | 101100000 | 1000011 | 110000 |
Color Harmonies of #CB283D
Complementary color
Monochromatic Colors of #CB283D
Black with #CB283D
Text Example
Text Example
White with #CB283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB283D; }
p { color: rgb(203,40,61); }
H1.HeaderClassName
{
color: #CB283D;
}
.AnyTagClassName
{
color: #CB283D;
}
</style>
background-color css
<style>
a { background-color: #CB283D; }
a { background-color: rgb(203,40,61); }
div.DivClassName
{
background-color: #CB283D;
}
.BgClassName
{
background-color: #CB283D;
}
</style>
border-color css
<style>
span { border-color: #CB283D; }
span { border-color: rgb(203,40,61); }
td.TdClassName
{
border-color: #CB283D;
}
.TagClassName
{
border-color: #CB283D;
}
</style>