Shades of Brick Red #CB2B3E
Tints of Brick Red #CB2B3E
RGB
CMYK
RGB Variations
Color information
#CB2B3E (or 0xCB2B3E) is known color: Brick Red. HEX triplet: CB, 2B and 3E. RGB value is (203,43,62). Sum of RGB (Red+Green+Blue) = 203+43+62=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B3E is #34D4C1. Grayscale: #5D5D5D. Windows color (decimal): -3462338 or 4074443. OLE color: 4074443.
HSL color Cylindrical-coordinate representation of color #CB2B3E: hue angle of 352.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B3E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 62 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.20 |
| HSL | 352.88º | 0.65% | 0.48% | - |
| HSV(B) | 352.88º | 0.79% | 0.8% | - |
| XYZ | 26.36 | 14.77 | 6.02 | - |
| YUV | 93.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 62 | 0 | 0.79 | 0.69 | 0.20 | 352.88 | 0.65 | 0.48 |
| Hex | CB | 2B | 3E | 0 | 4F | 45 | 14 | 161 | 41 | 30 |
| Octal | 313 | 53 | 76 | 0 | 117 | 105 | 24 | 541 | 101 | 60 |
| Binary | 11001011 | 101011 | 111110 | 0 | 1001111 | 1000101 | 10100 | 101100001 | 1000001 | 110000 |
Color Harmonies of #CB2B3E
Complementary color
Monochromatic Colors of #CB2B3E
Black with #CB2B3E
Text Example
Text Example
White with #CB2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B3E; }
p { color: rgb(203,43,62); }
H1.HeaderClassName
{
color: #CB2B3E;
}
.AnyTagClassName
{
color: #CB2B3E;
}
</style>
background-color css
<style>
a { background-color: #CB2B3E; }
a { background-color: rgb(203,43,62); }
div.DivClassName
{
background-color: #CB2B3E;
}
.BgClassName
{
background-color: #CB2B3E;
}
</style>
border-color css
<style>
span { border-color: #CB2B3E; }
span { border-color: rgb(203,43,62); }
td.TdClassName
{
border-color: #CB2B3E;
}
.TagClassName
{
border-color: #CB2B3E;
}
</style>