Shades of Brick Red #CB2D3C
Tints of Brick Red #CB2D3C
RGB
CMYK
RGB Variations
Color information
#CB2D3C (or 0xCB2D3C) is known color: Brick Red. HEX triplet: CB, 2D and 3C. RGB value is (203,45,60). Sum of RGB (Red+Green+Blue) = 203+45+60=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D3C is #34D2C3. Grayscale: #5E5E5E. Windows color (decimal): -3461828 or 3943883. OLE color: 3943883.
HSL color Cylindrical-coordinate representation of color #CB2D3C: hue angle of 354.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D3C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 60 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.20 |
| HSL | 354.3º | 0.64% | 0.49% | - |
| HSV(B) | 354.3º | 0.78% | 0.8% | - |
| XYZ | 26.38 | 14.9 | 5.76 | - |
| YUV | 93.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 60 | 0 | 0.78 | 0.70 | 0.20 | 354.3 | 0.64 | 0.49 |
| Hex | CB | 2D | 3C | 0 | 4E | 46 | 14 | 162 | 40 | 31 |
| Octal | 313 | 55 | 74 | 0 | 116 | 106 | 24 | 542 | 100 | 61 |
| Binary | 11001011 | 101101 | 111100 | 0 | 1001110 | 1000110 | 10100 | 101100010 | 1000000 | 110001 |
Color Harmonies of #CB2D3C
Complementary color
Monochromatic Colors of #CB2D3C
Black with #CB2D3C
Text Example
Text Example
White with #CB2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D3C; }
p { color: rgb(203,45,60); }
H1.HeaderClassName
{
color: #CB2D3C;
}
.AnyTagClassName
{
color: #CB2D3C;
}
</style>
background-color css
<style>
a { background-color: #CB2D3C; }
a { background-color: rgb(203,45,60); }
div.DivClassName
{
background-color: #CB2D3C;
}
.BgClassName
{
background-color: #CB2D3C;
}
</style>
border-color css
<style>
span { border-color: #CB2D3C; }
span { border-color: rgb(203,45,60); }
td.TdClassName
{
border-color: #CB2D3C;
}
.TagClassName
{
border-color: #CB2D3C;
}
</style>