Shades of Brick Red #CB2445
Tints of Brick Red #CB2445
RGB
CMYK
RGB Variations
Color information
#CB2445 (or 0xCB2445) is known color: Brick Red. HEX triplet: CB, 24 and 45. RGB value is (203,36,69). Sum of RGB (Red+Green+Blue) = 203+36+69=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2445 is #34DBBA. Grayscale: #595959. Windows color (decimal): -3464123 or 4531403. OLE color: 4531403.
HSL color Cylindrical-coordinate representation of color #CB2445: hue angle of 348.14º degrees, saturation: 0.7, 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 #CB2445 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 69 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.20 |
| HSL | 348.14º | 0.7% | 0.47% | - |
| HSV(B) | 348.14º | 0.82% | 0.8% | - |
| XYZ | 26.33 | 14.39 | 7.02 | - |
| YUV | 89.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 69 | 0 | 0.82 | 0.66 | 0.20 | 348.14 | 0.7 | 0.47 |
| Hex | CB | 24 | 45 | 0 | 52 | 42 | 14 | 15C | 46 | 2F |
| Octal | 313 | 44 | 105 | 0 | 122 | 102 | 24 | 534 | 106 | 57 |
| Binary | 11001011 | 100100 | 1000101 | 0 | 1010010 | 1000010 | 10100 | 101011100 | 1000110 | 101111 |
Color Harmonies of #CB2445
Complementary color
Monochromatic Colors of #CB2445
Black with #CB2445
Text Example
Text Example
White with #CB2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2445; }
p { color: rgb(203,36,69); }
H1.HeaderClassName
{
color: #CB2445;
}
.AnyTagClassName
{
color: #CB2445;
}
</style>
background-color css
<style>
a { background-color: #CB2445; }
a { background-color: rgb(203,36,69); }
div.DivClassName
{
background-color: #CB2445;
}
.BgClassName
{
background-color: #CB2445;
}
</style>
border-color css
<style>
span { border-color: #CB2445; }
span { border-color: rgb(203,36,69); }
td.TdClassName
{
border-color: #CB2445;
}
.TagClassName
{
border-color: #CB2445;
}
</style>