Shades of Brick Red #CB404A
Tints of Brick Red #CB404A
RGB
CMYK
RGB Variations
Color information
#CB404A (or 0xCB404A) is known color: Brick Red. HEX triplet: CB, 40 and 4A. RGB value is (203,64,74). Sum of RGB (Red+Green+Blue) = 203+64+74=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB404A is #34BFB5. Grayscale: #6A6A6A. Windows color (decimal): -3456950 or 4866251. OLE color: 4866251.
HSL color Cylindrical-coordinate representation of color #CB404A: hue angle of 355.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB404A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 74 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.20 |
| HSL | 355.68º | 0.57% | 0.52% | - |
| HSV(B) | 355.68º | 0.68% | 0.8% | - |
| XYZ | 27.7 | 16.86 | 8.27 | - |
| YUV | 106.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 74 | 0 | 0.68 | 0.64 | 0.20 | 355.68 | 0.57 | 0.52 |
| Hex | CB | 40 | 4A | 0 | 44 | 40 | 14 | 164 | 39 | 34 |
| Octal | 313 | 100 | 112 | 0 | 104 | 100 | 24 | 544 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1001010 | 0 | 1000100 | 1000000 | 10100 | 101100100 | 111001 | 110100 |
Color Harmonies of #CB404A
Complementary color
Monochromatic Colors of #CB404A
Black with #CB404A
Text Example
Text Example
White with #CB404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB404A; }
p { color: rgb(203,64,74); }
H1.HeaderClassName
{
color: #CB404A;
}
.AnyTagClassName
{
color: #CB404A;
}
</style>
background-color css
<style>
a { background-color: #CB404A; }
a { background-color: rgb(203,64,74); }
div.DivClassName
{
background-color: #CB404A;
}
.BgClassName
{
background-color: #CB404A;
}
</style>
border-color css
<style>
span { border-color: #CB404A; }
span { border-color: rgb(203,64,74); }
td.TdClassName
{
border-color: #CB404A;
}
.TagClassName
{
border-color: #CB404A;
}
</style>