Shades of Ruby #C4035C
Tints of Ruby #C4035C
RGB
CMYK
RGB Variations
Color information
#C4035C (or 0xC4035C) is known color: Ruby. HEX triplet: C4, 03 and 5C. RGB value is (196,3,92). Sum of RGB (Red+Green+Blue) = 196+3+92=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4035C is #3BFCA3. Grayscale: #464646. Windows color (decimal): -3931300 or 6030276. OLE color: 6030276.
HSL color Cylindrical-coordinate representation of color #C4035C: hue angle of 332.33º degrees, saturation: 0.97, 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 #C4035C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.23 |
| HSL | 332.33º | 0.97% | 0.39% | - |
| HSV(B) | 332.33º | 0.98% | 0.77% | - |
| XYZ | 24.73 | 12.57 | 11.25 | - |
| YUV | 70.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 92 | 0 | 0.98 | 0.53 | 0.23 | 332.33 | 0.97 | 0.39 |
| Hex | C4 | 3 | 5C | 0 | 62 | 35 | 17 | 14C | 61 | 27 |
| Octal | 304 | 3 | 134 | 0 | 142 | 65 | 27 | 514 | 141 | 47 |
| Binary | 11000100 | 11 | 1011100 | 0 | 1100010 | 110101 | 10111 | 101001100 | 1100001 | 100111 |
Color Harmonies of #C4035C
Complementary color
Monochromatic Colors of #C4035C
Black with #C4035C
Text Example
Text Example
White with #C4035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4035C; }
p { color: rgb(196,3,92); }
H1.HeaderClassName
{
color: #C4035C;
}
.AnyTagClassName
{
color: #C4035C;
}
</style>
background-color css
<style>
a { background-color: #C4035C; }
a { background-color: rgb(196,3,92); }
div.DivClassName
{
background-color: #C4035C;
}
.BgClassName
{
background-color: #C4035C;
}
</style>
border-color css
<style>
span { border-color: #C4035C; }
span { border-color: rgb(196,3,92); }
td.TdClassName
{
border-color: #C4035C;
}
.TagClassName
{
border-color: #C4035C;
}
</style>