Shades of Brick Red #CB3445
Tints of Brick Red #CB3445
RGB
CMYK
RGB Variations
Color information
#CB3445 (or 0xCB3445) is known color: Brick Red. HEX triplet: CB, 34 and 45. RGB value is (203,52,69). Sum of RGB (Red+Green+Blue) = 203+52+69=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3445 is #34CBBA. Grayscale: #636363. Windows color (decimal): -3460027 or 4535499. OLE color: 4535499.
HSL color Cylindrical-coordinate representation of color #CB3445: hue angle of 353.25º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3445 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 69 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.20 |
| HSL | 353.25º | 0.59% | 0.5% | - |
| HSV(B) | 353.25º | 0.74% | 0.8% | - |
| XYZ | 26.93 | 15.58 | 7.22 | - |
| YUV | 99.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 69 | 0 | 0.74 | 0.66 | 0.20 | 353.25 | 0.59 | 0.5 |
| Hex | CB | 34 | 45 | 0 | 4A | 42 | 14 | 161 | 3B | 32 |
| Octal | 313 | 64 | 105 | 0 | 112 | 102 | 24 | 541 | 73 | 62 |
| Binary | 11001011 | 110100 | 1000101 | 0 | 1001010 | 1000010 | 10100 | 101100001 | 111011 | 110010 |
Color Harmonies of #CB3445
Complementary color
Monochromatic Colors of #CB3445
Black with #CB3445
Text Example
Text Example
White with #CB3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3445; }
p { color: rgb(203,52,69); }
H1.HeaderClassName
{
color: #CB3445;
}
.AnyTagClassName
{
color: #CB3445;
}
</style>
background-color css
<style>
a { background-color: #CB3445; }
a { background-color: rgb(203,52,69); }
div.DivClassName
{
background-color: #CB3445;
}
.BgClassName
{
background-color: #CB3445;
}
</style>
border-color css
<style>
span { border-color: #CB3445; }
span { border-color: rgb(203,52,69); }
td.TdClassName
{
border-color: #CB3445;
}
.TagClassName
{
border-color: #CB3445;
}
</style>