Shades of Brick Red #CB404B
Tints of Brick Red #CB404B
RGB
CMYK
RGB Variations
Color information
#CB404B (or 0xCB404B) is known color: Brick Red. HEX triplet: CB, 40 and 4B. RGB value is (203,64,75). Sum of RGB (Red+Green+Blue) = 203+64+75=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB404B is #34BFB4. Grayscale: #6A6A6A. Windows color (decimal): -3456949 or 4931787. OLE color: 4931787.
HSL color Cylindrical-coordinate representation of color #CB404B: hue angle of 355.25º 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 #CB404B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 75 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.20 |
| HSL | 355.25º | 0.57% | 0.52% | - |
| HSV(B) | 355.25º | 0.68% | 0.8% | - |
| XYZ | 27.73 | 16.87 | 8.45 | - |
| YUV | 106.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 75 | 0 | 0.68 | 0.63 | 0.20 | 355.25 | 0.57 | 0.52 |
| Hex | CB | 40 | 4B | 0 | 44 | 3F | 14 | 163 | 39 | 34 |
| Octal | 313 | 100 | 113 | 0 | 104 | 77 | 24 | 543 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1001011 | 0 | 1000100 | 111111 | 10100 | 101100011 | 111001 | 110100 |
Color Harmonies of #CB404B
Complementary color
Monochromatic Colors of #CB404B
Black with #CB404B
Text Example
Text Example
White with #CB404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB404B; }
p { color: rgb(203,64,75); }
H1.HeaderClassName
{
color: #CB404B;
}
.AnyTagClassName
{
color: #CB404B;
}
</style>
background-color css
<style>
a { background-color: #CB404B; }
a { background-color: rgb(203,64,75); }
div.DivClassName
{
background-color: #CB404B;
}
.BgClassName
{
background-color: #CB404B;
}
</style>
border-color css
<style>
span { border-color: #CB404B; }
span { border-color: rgb(203,64,75); }
td.TdClassName
{
border-color: #CB404B;
}
.TagClassName
{
border-color: #CB404B;
}
</style>