Shades of Brick Red #CB273A
Tints of Brick Red #CB273A
RGB
CMYK
RGB Variations
Color information
#CB273A (or 0xCB273A) is known color: Brick Red. HEX triplet: CB, 27 and 3A. RGB value is (203,39,58). Sum of RGB (Red+Green+Blue) = 203+39+58=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB273A is #34D8C5. Grayscale: #5A5A5A. Windows color (decimal): -3463366 or 3811275. OLE color: 3811275.
HSL color Cylindrical-coordinate representation of color #CB273A: hue angle of 353.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB273A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 58 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.20 |
| HSL | 353.05º | 0.68% | 0.47% | - |
| HSV(B) | 353.05º | 0.81% | 0.8% | - |
| XYZ | 26.12 | 14.45 | 5.42 | - |
| YUV | 90.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 58 | 0 | 0.81 | 0.71 | 0.20 | 353.05 | 0.68 | 0.47 |
| Hex | CB | 27 | 3A | 0 | 51 | 47 | 14 | 161 | 44 | 2F |
| Octal | 313 | 47 | 72 | 0 | 121 | 107 | 24 | 541 | 104 | 57 |
| Binary | 11001011 | 100111 | 111010 | 0 | 1010001 | 1000111 | 10100 | 101100001 | 1000100 | 101111 |
Color Harmonies of #CB273A
Complementary color
Monochromatic Colors of #CB273A
Black with #CB273A
Text Example
Text Example
White with #CB273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB273A; }
p { color: rgb(203,39,58); }
H1.HeaderClassName
{
color: #CB273A;
}
.AnyTagClassName
{
color: #CB273A;
}
</style>
background-color css
<style>
a { background-color: #CB273A; }
a { background-color: rgb(203,39,58); }
div.DivClassName
{
background-color: #CB273A;
}
.BgClassName
{
background-color: #CB273A;
}
</style>
border-color css
<style>
span { border-color: #CB273A; }
span { border-color: rgb(203,39,58); }
td.TdClassName
{
border-color: #CB273A;
}
.TagClassName
{
border-color: #CB273A;
}
</style>