Shades of Ruby #C4045B
Tints of Ruby #C4045B
RGB
CMYK
RGB Variations
Color information
#C4045B (or 0xC4045B) is known color: Ruby. HEX triplet: C4, 04 and 5B. RGB value is (196,4,91). Sum of RGB (Red+Green+Blue) = 196+4+91=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4045B is #3BFBA4. Grayscale: #474747. Windows color (decimal): -3931045 or 5964996. OLE color: 5964996.
HSL color Cylindrical-coordinate representation of color #C4045B: hue angle of 332.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4045B is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.23 |
| HSL | 332.81º | 0.96% | 0.39% | - |
| HSV(B) | 332.81º | 0.98% | 0.77% | - |
| XYZ | 24.7 | 12.58 | 11.02 | - |
| YUV | 71.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 91 | 0 | 0.98 | 0.54 | 0.23 | 332.81 | 0.96 | 0.39 |
| Hex | C4 | 4 | 5B | 0 | 62 | 36 | 17 | 14D | 60 | 27 |
| Octal | 304 | 4 | 133 | 0 | 142 | 66 | 27 | 515 | 140 | 47 |
| Binary | 11000100 | 100 | 1011011 | 0 | 1100010 | 110110 | 10111 | 101001101 | 1100000 | 100111 |
Color Harmonies of #C4045B
Complementary color
Monochromatic Colors of #C4045B
Black with #C4045B
Text Example
Text Example
White with #C4045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4045B; }
p { color: rgb(196,4,91); }
H1.HeaderClassName
{
color: #C4045B;
}
.AnyTagClassName
{
color: #C4045B;
}
</style>
background-color css
<style>
a { background-color: #C4045B; }
a { background-color: rgb(196,4,91); }
div.DivClassName
{
background-color: #C4045B;
}
.BgClassName
{
background-color: #C4045B;
}
</style>
border-color css
<style>
span { border-color: #C4045B; }
span { border-color: rgb(196,4,91); }
td.TdClassName
{
border-color: #C4045B;
}
.TagClassName
{
border-color: #C4045B;
}
</style>