Shades of Brick Red #CB354B
Tints of Brick Red #CB354B
RGB
CMYK
RGB Variations
Color information
#CB354B (or 0xCB354B) is known color: Brick Red. HEX triplet: CB, 35 and 4B. RGB value is (203,53,75). Sum of RGB (Red+Green+Blue) = 203+53+75=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB354B is #34CAB4. Grayscale: #646464. Windows color (decimal): -3459765 or 4928971. OLE color: 4928971.
HSL color Cylindrical-coordinate representation of color #CB354B: hue angle of 351.2º 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 #CB354B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 75 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.20 |
| HSL | 351.2º | 0.59% | 0.5% | - |
| HSV(B) | 351.2º | 0.74% | 0.8% | - |
| XYZ | 27.17 | 15.75 | 8.26 | - |
| YUV | 100.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 75 | 0 | 0.74 | 0.63 | 0.20 | 351.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 4B | 0 | 4A | 3F | 14 | 15F | 3B | 32 |
| Octal | 313 | 65 | 113 | 0 | 112 | 77 | 24 | 537 | 73 | 62 |
| Binary | 11001011 | 110101 | 1001011 | 0 | 1001010 | 111111 | 10100 | 101011111 | 111011 | 110010 |
Color Harmonies of #CB354B
Complementary color
Monochromatic Colors of #CB354B
Black with #CB354B
Text Example
Text Example
White with #CB354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB354B; }
p { color: rgb(203,53,75); }
H1.HeaderClassName
{
color: #CB354B;
}
.AnyTagClassName
{
color: #CB354B;
}
</style>
background-color css
<style>
a { background-color: #CB354B; }
a { background-color: rgb(203,53,75); }
div.DivClassName
{
background-color: #CB354B;
}
.BgClassName
{
background-color: #CB354B;
}
</style>
border-color css
<style>
span { border-color: #CB354B; }
span { border-color: rgb(203,53,75); }
td.TdClassName
{
border-color: #CB354B;
}
.TagClassName
{
border-color: #CB354B;
}
</style>