Shades of Brick Red #CB323F
Tints of Brick Red #CB323F
RGB
CMYK
RGB Variations
Color information
#CB323F (or 0xCB323F) is known color: Brick Red. HEX triplet: CB, 32 and 3F. RGB value is (203,50,63). Sum of RGB (Red+Green+Blue) = 203+50+63=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB323F is #34CDC0. Grayscale: #616161. Windows color (decimal): -3460545 or 4141771. OLE color: 4141771.
HSL color Cylindrical-coordinate representation of color #CB323F: hue angle of 354.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB323F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 63 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.20 |
| HSL | 354.9º | 0.6% | 0.5% | - |
| HSV(B) | 354.9º | 0.75% | 0.8% | - |
| XYZ | 26.67 | 15.34 | 6.26 | - |
| YUV | 97.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 63 | 0 | 0.75 | 0.69 | 0.20 | 354.9 | 0.6 | 0.5 |
| Hex | CB | 32 | 3F | 0 | 4B | 45 | 14 | 163 | 3C | 32 |
| Octal | 313 | 62 | 77 | 0 | 113 | 105 | 24 | 543 | 74 | 62 |
| Binary | 11001011 | 110010 | 111111 | 0 | 1001011 | 1000101 | 10100 | 101100011 | 111100 | 110010 |
Color Harmonies of #CB323F
Complementary color
Monochromatic Colors of #CB323F
Black with #CB323F
Text Example
Text Example
White with #CB323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB323F; }
p { color: rgb(203,50,63); }
H1.HeaderClassName
{
color: #CB323F;
}
.AnyTagClassName
{
color: #CB323F;
}
</style>
background-color css
<style>
a { background-color: #CB323F; }
a { background-color: rgb(203,50,63); }
div.DivClassName
{
background-color: #CB323F;
}
.BgClassName
{
background-color: #CB323F;
}
</style>
border-color css
<style>
span { border-color: #CB323F; }
span { border-color: rgb(203,50,63); }
td.TdClassName
{
border-color: #CB323F;
}
.TagClassName
{
border-color: #CB323F;
}
</style>