Shades of Brick Red #CB354A
Tints of Brick Red #CB354A
RGB
CMYK
RGB Variations
Color information
#CB354A (or 0xCB354A) is known color: Brick Red. HEX triplet: CB, 35 and 4A. RGB value is (203,53,74). Sum of RGB (Red+Green+Blue) = 203+53+74=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB354A is #34CAB5. Grayscale: #646464. Windows color (decimal): -3459766 or 4863435. OLE color: 4863435.
HSL color Cylindrical-coordinate representation of color #CB354A: hue angle of 351.6º 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 #CB354A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 74 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.20 |
| HSL | 351.6º | 0.59% | 0.5% | - |
| HSV(B) | 351.6º | 0.74% | 0.8% | - |
| XYZ | 27.14 | 15.74 | 8.09 | - |
| YUV | 100.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 74 | 0 | 0.74 | 0.64 | 0.20 | 351.6 | 0.59 | 0.5 |
| Hex | CB | 35 | 4A | 0 | 4A | 40 | 14 | 160 | 3B | 32 |
| Octal | 313 | 65 | 112 | 0 | 112 | 100 | 24 | 540 | 73 | 62 |
| Binary | 11001011 | 110101 | 1001010 | 0 | 1001010 | 1000000 | 10100 | 101100000 | 111011 | 110010 |
Color Harmonies of #CB354A
Complementary color
Monochromatic Colors of #CB354A
Black with #CB354A
Text Example
Text Example
White with #CB354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB354A; }
p { color: rgb(203,53,74); }
H1.HeaderClassName
{
color: #CB354A;
}
.AnyTagClassName
{
color: #CB354A;
}
</style>
background-color css
<style>
a { background-color: #CB354A; }
a { background-color: rgb(203,53,74); }
div.DivClassName
{
background-color: #CB354A;
}
.BgClassName
{
background-color: #CB354A;
}
</style>
border-color css
<style>
span { border-color: #CB354A; }
span { border-color: rgb(203,53,74); }
td.TdClassName
{
border-color: #CB354A;
}
.TagClassName
{
border-color: #CB354A;
}
</style>