Shades of Brick Red #CB304B
Tints of Brick Red #CB304B
RGB
CMYK
RGB Variations
Color information
#CB304B (or 0xCB304B) is known color: Brick Red. HEX triplet: CB, 30 and 4B. RGB value is (203,48,75). Sum of RGB (Red+Green+Blue) = 203+48+75=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB304B is #34CFB4. Grayscale: #616161. Windows color (decimal): -3461045 or 4927691. OLE color: 4927691.
HSL color Cylindrical-coordinate representation of color #CB304B: hue angle of 349.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB304B is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 75 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.20 |
| HSL | 349.55º | 0.62% | 0.49% | - |
| HSV(B) | 349.55º | 0.76% | 0.8% | - |
| XYZ | 26.96 | 15.32 | 8.19 | - |
| YUV | 97.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 75 | 0 | 0.76 | 0.63 | 0.20 | 349.55 | 0.62 | 0.49 |
| Hex | CB | 30 | 4B | 0 | 4C | 3F | 14 | 15E | 3E | 31 |
| Octal | 313 | 60 | 113 | 0 | 114 | 77 | 24 | 536 | 76 | 61 |
| Binary | 11001011 | 110000 | 1001011 | 0 | 1001100 | 111111 | 10100 | 101011110 | 111110 | 110001 |
Color Harmonies of #CB304B
Complementary color
Monochromatic Colors of #CB304B
Black with #CB304B
Text Example
Text Example
White with #CB304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB304B; }
p { color: rgb(203,48,75); }
H1.HeaderClassName
{
color: #CB304B;
}
.AnyTagClassName
{
color: #CB304B;
}
</style>
background-color css
<style>
a { background-color: #CB304B; }
a { background-color: rgb(203,48,75); }
div.DivClassName
{
background-color: #CB304B;
}
.BgClassName
{
background-color: #CB304B;
}
</style>
border-color css
<style>
span { border-color: #CB304B; }
span { border-color: rgb(203,48,75); }
td.TdClassName
{
border-color: #CB304B;
}
.TagClassName
{
border-color: #CB304B;
}
</style>