Shades of Brick Red #CB263B
Tints of Brick Red #CB263B
RGB
CMYK
RGB Variations
Color information
#CB263B (or 0xCB263B) is known color: Brick Red. HEX triplet: CB, 26 and 3B. RGB value is (203,38,59). Sum of RGB (Red+Green+Blue) = 203+38+59=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB263B is #34D9C4. Grayscale: #595959. Windows color (decimal): -3463621 or 3876555. OLE color: 3876555.
HSL color Cylindrical-coordinate representation of color #CB263B: hue angle of 352.36º 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 #CB263B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 59 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.20 |
| HSL | 352.36º | 0.68% | 0.47% | - |
| HSV(B) | 352.36º | 0.81% | 0.8% | - |
| XYZ | 26.11 | 14.4 | 5.54 | - |
| YUV | 89.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 59 | 0 | 0.81 | 0.71 | 0.20 | 352.36 | 0.68 | 0.47 |
| Hex | CB | 26 | 3B | 0 | 51 | 47 | 14 | 160 | 44 | 2F |
| Octal | 313 | 46 | 73 | 0 | 121 | 107 | 24 | 540 | 104 | 57 |
| Binary | 11001011 | 100110 | 111011 | 0 | 1010001 | 1000111 | 10100 | 101100000 | 1000100 | 101111 |
Color Harmonies of #CB263B
Complementary color
Monochromatic Colors of #CB263B
Black with #CB263B
Text Example
Text Example
White with #CB263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB263B; }
p { color: rgb(203,38,59); }
H1.HeaderClassName
{
color: #CB263B;
}
.AnyTagClassName
{
color: #CB263B;
}
</style>
background-color css
<style>
a { background-color: #CB263B; }
a { background-color: rgb(203,38,59); }
div.DivClassName
{
background-color: #CB263B;
}
.BgClassName
{
background-color: #CB263B;
}
</style>
border-color css
<style>
span { border-color: #CB263B; }
span { border-color: rgb(203,38,59); }
td.TdClassName
{
border-color: #CB263B;
}
.TagClassName
{
border-color: #CB263B;
}
</style>