Shades of Brick Red #CB283E
Tints of Brick Red #CB283E
RGB
CMYK
RGB Variations
Color information
#CB283E (or 0xCB283E) is known color: Brick Red. HEX triplet: CB, 28 and 3E. RGB value is (203,40,62). Sum of RGB (Red+Green+Blue) = 203+40+62=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB283E is #34D7C1. Grayscale: #5B5B5B. Windows color (decimal): -3463106 or 4073675. OLE color: 4073675.
HSL color Cylindrical-coordinate representation of color #CB283E: hue angle of 351.9º 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 #CB283E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 62 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.20 |
| HSL | 351.9º | 0.67% | 0.48% | - |
| HSV(B) | 351.9º | 0.8% | 0.8% | - |
| XYZ | 26.26 | 14.56 | 5.98 | - |
| YUV | 91.25 | 111.5 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 62 | 0 | 0.80 | 0.69 | 0.20 | 351.9 | 0.67 | 0.48 |
| Hex | CB | 28 | 3E | 0 | 50 | 45 | 14 | 160 | 43 | 30 |
| Octal | 313 | 50 | 76 | 0 | 120 | 105 | 24 | 540 | 103 | 60 |
| Binary | 11001011 | 101000 | 111110 | 0 | 1010000 | 1000101 | 10100 | 101100000 | 1000011 | 110000 |
Color Harmonies of #CB283E
Complementary color
Monochromatic Colors of #CB283E
Black with #CB283E
Text Example
Text Example
White with #CB283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB283E; }
p { color: rgb(203,40,62); }
H1.HeaderClassName
{
color: #CB283E;
}
.AnyTagClassName
{
color: #CB283E;
}
</style>
background-color css
<style>
a { background-color: #CB283E; }
a { background-color: rgb(203,40,62); }
div.DivClassName
{
background-color: #CB283E;
}
.BgClassName
{
background-color: #CB283E;
}
</style>
border-color css
<style>
span { border-color: #CB283E; }
span { border-color: rgb(203,40,62); }
td.TdClassName
{
border-color: #CB283E;
}
.TagClassName
{
border-color: #CB283E;
}
</style>