Shades of Brick Red #CB3C44
Tints of Brick Red #CB3C44
RGB
CMYK
RGB Variations
Color information
#CB3C44 (or 0xCB3C44) is known color: Brick Red. HEX triplet: CB, 3C and 44. RGB value is (203,60,68). Sum of RGB (Red+Green+Blue) = 203+60+68=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C44 is #34C3BB. Grayscale: #676767. Windows color (decimal): -3457980 or 4472011. OLE color: 4472011.
HSL color Cylindrical-coordinate representation of color #CB3C44: hue angle of 356.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C44 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 68 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.20 |
| HSL | 356.64º | 0.58% | 0.52% | - |
| HSV(B) | 356.64º | 0.7% | 0.8% | - |
| XYZ | 27.29 | 16.35 | 7.19 | - |
| YUV | 103.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 68 | 0 | 0.70 | 0.67 | 0.20 | 356.64 | 0.58 | 0.52 |
| Hex | CB | 3C | 44 | 0 | 46 | 43 | 14 | 165 | 3A | 34 |
| Octal | 313 | 74 | 104 | 0 | 106 | 103 | 24 | 545 | 72 | 64 |
| Binary | 11001011 | 111100 | 1000100 | 0 | 1000110 | 1000011 | 10100 | 101100101 | 111010 | 110100 |
Color Harmonies of #CB3C44
Complementary color
Monochromatic Colors of #CB3C44
Black with #CB3C44
Text Example
Text Example
White with #CB3C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C44; }
p { color: rgb(203,60,68); }
H1.HeaderClassName
{
color: #CB3C44;
}
.AnyTagClassName
{
color: #CB3C44;
}
</style>
background-color css
<style>
a { background-color: #CB3C44; }
a { background-color: rgb(203,60,68); }
div.DivClassName
{
background-color: #CB3C44;
}
.BgClassName
{
background-color: #CB3C44;
}
</style>
border-color css
<style>
span { border-color: #CB3C44; }
span { border-color: rgb(203,60,68); }
td.TdClassName
{
border-color: #CB3C44;
}
.TagClassName
{
border-color: #CB3C44;
}
</style>