Shades of Brick Red #CB2A3E
Tints of Brick Red #CB2A3E
RGB
CMYK
RGB Variations
Color information
#CB2A3E (or 0xCB2A3E) is known color: Brick Red. HEX triplet: CB, 2A and 3E. RGB value is (203,42,62). Sum of RGB (Red+Green+Blue) = 203+42+62=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A3E is #34D5C1. Grayscale: #5C5C5C. Windows color (decimal): -3462594 or 4074187. OLE color: 4074187.
HSL color Cylindrical-coordinate representation of color #CB2A3E: hue angle of 352.55º degrees, saturation: 0.66, 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 #CB2A3E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 62 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.20 |
| HSL | 352.55º | 0.66% | 0.48% | - |
| HSV(B) | 352.55º | 0.79% | 0.8% | - |
| XYZ | 26.33 | 14.7 | 6.01 | - |
| YUV | 92.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 62 | 0 | 0.79 | 0.69 | 0.20 | 352.55 | 0.66 | 0.48 |
| Hex | CB | 2A | 3E | 0 | 4F | 45 | 14 | 161 | 42 | 30 |
| Octal | 313 | 52 | 76 | 0 | 117 | 105 | 24 | 541 | 102 | 60 |
| Binary | 11001011 | 101010 | 111110 | 0 | 1001111 | 1000101 | 10100 | 101100001 | 1000010 | 110000 |
Color Harmonies of #CB2A3E
Complementary color
Monochromatic Colors of #CB2A3E
Black with #CB2A3E
Text Example
Text Example
White with #CB2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A3E; }
p { color: rgb(203,42,62); }
H1.HeaderClassName
{
color: #CB2A3E;
}
.AnyTagClassName
{
color: #CB2A3E;
}
</style>
background-color css
<style>
a { background-color: #CB2A3E; }
a { background-color: rgb(203,42,62); }
div.DivClassName
{
background-color: #CB2A3E;
}
.BgClassName
{
background-color: #CB2A3E;
}
</style>
border-color css
<style>
span { border-color: #CB2A3E; }
span { border-color: rgb(203,42,62); }
td.TdClassName
{
border-color: #CB2A3E;
}
.TagClassName
{
border-color: #CB2A3E;
}
</style>