Shades of Brick Red #CB2548
Tints of Brick Red #CB2548
RGB
CMYK
RGB Variations
Color information
#CB2548 (or 0xCB2548) is known color: Brick Red. HEX triplet: CB, 25 and 48. RGB value is (203,37,72). Sum of RGB (Red+Green+Blue) = 203+37+72=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2548 is #34DAB7. Grayscale: #5A5A5A. Windows color (decimal): -3463864 or 4728267. OLE color: 4728267.
HSL color Cylindrical-coordinate representation of color #CB2548: hue angle of 347.35º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2548 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 72 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.20 |
| HSL | 347.35º | 0.69% | 0.47% | - |
| HSV(B) | 347.35º | 0.82% | 0.8% | - |
| XYZ | 26.46 | 14.49 | 7.53 | - |
| YUV | 90.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 72 | 0 | 0.82 | 0.65 | 0.20 | 347.35 | 0.69 | 0.47 |
| Hex | CB | 25 | 48 | 0 | 52 | 41 | 14 | 15B | 45 | 2F |
| Octal | 313 | 45 | 110 | 0 | 122 | 101 | 24 | 533 | 105 | 57 |
| Binary | 11001011 | 100101 | 1001000 | 0 | 1010010 | 1000001 | 10100 | 101011011 | 1000101 | 101111 |
Color Harmonies of #CB2548
Complementary color
Monochromatic Colors of #CB2548
Black with #CB2548
Text Example
Text Example
White with #CB2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2548; }
p { color: rgb(203,37,72); }
H1.HeaderClassName
{
color: #CB2548;
}
.AnyTagClassName
{
color: #CB2548;
}
</style>
background-color css
<style>
a { background-color: #CB2548; }
a { background-color: rgb(203,37,72); }
div.DivClassName
{
background-color: #CB2548;
}
.BgClassName
{
background-color: #CB2548;
}
</style>
border-color css
<style>
span { border-color: #CB2548; }
span { border-color: rgb(203,37,72); }
td.TdClassName
{
border-color: #CB2548;
}
.TagClassName
{
border-color: #CB2548;
}
</style>