Shades of Brick Red #CB3648
Tints of Brick Red #CB3648
RGB
CMYK
RGB Variations
Color information
#CB3648 (or 0xCB3648) is known color: Brick Red. HEX triplet: CB, 36 and 48. RGB value is (203,54,72). Sum of RGB (Red+Green+Blue) = 203+54+72=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3648 is #34C9B7. Grayscale: #646464. Windows color (decimal): -3459512 or 4732619. OLE color: 4732619.
HSL color Cylindrical-coordinate representation of color #CB3648: hue angle of 352.75º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3648 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 72 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.20 |
| HSL | 352.75º | 0.59% | 0.5% | - |
| HSV(B) | 352.75º | 0.73% | 0.8% | - |
| XYZ | 27.12 | 15.8 | 7.75 | - |
| YUV | 100.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 72 | 0 | 0.73 | 0.65 | 0.20 | 352.75 | 0.59 | 0.5 |
| Hex | CB | 36 | 48 | 0 | 49 | 41 | 14 | 161 | 3B | 32 |
| Octal | 313 | 66 | 110 | 0 | 111 | 101 | 24 | 541 | 73 | 62 |
| Binary | 11001011 | 110110 | 1001000 | 0 | 1001001 | 1000001 | 10100 | 101100001 | 111011 | 110010 |
Color Harmonies of #CB3648
Complementary color
Monochromatic Colors of #CB3648
Black with #CB3648
Text Example
Text Example
White with #CB3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3648; }
p { color: rgb(203,54,72); }
H1.HeaderClassName
{
color: #CB3648;
}
.AnyTagClassName
{
color: #CB3648;
}
</style>
background-color css
<style>
a { background-color: #CB3648; }
a { background-color: rgb(203,54,72); }
div.DivClassName
{
background-color: #CB3648;
}
.BgClassName
{
background-color: #CB3648;
}
</style>
border-color css
<style>
span { border-color: #CB3648; }
span { border-color: rgb(203,54,72); }
td.TdClassName
{
border-color: #CB3648;
}
.TagClassName
{
border-color: #CB3648;
}
</style>