#C61B5F

Color #C61B5F Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #C61B5F

Tints of Ruby #C61B5F

Color information

#C61B5F (or 0xC61B5F) is unknown color: approx Ruby. HEX triplet: C6, 1B and 5F. RGB value is (198,27,95). Sum of RGB (Red+Green+Blue) = 198+27+95=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B5F is #39E4A0. Grayscale: #555555. Windows color (decimal): -3794081 or 6233030. OLE color: 6233030.

HSL color Cylindrical-coordinate representation of color #C61B5F: hue angle of 336.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B5F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1982795-
CMYK00.860.520.22
HSL336.14º76%44.12%-
HSV(B)336.14º86.36%77.65%-
XYZ25.7513.6212.1-
YUV85.88133.15207.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 61.88%
GREEN value IS 27 (10.94% from 255) = 8.44%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=61.88%
G=8.44%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198279500.860.520.22336.147644.12
HexC61B5F05634161504c2c
Octal306331370126642652011454
Binary1100011011011101111101010110110100101101010100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B5F; }

 p { color: rgb(198,27,95); }

 H1.HeaderClassName
 {
   color: #C61B5F;
 }
 .AnyTagClassName
 {
   color: #C61B5F;
 }
</style>
background-color css

<style>
 a { background-color: #C61B5F; }

 a { background-color: rgb(198,27,95); }

 div.DivClassName
 {
   background-color: #C61B5F;
 }
 .BgClassName
 {
   background-color: #C61B5F;
 }
</style>
border-color css

<style>
 span { border-color: #C61B5F; }

 span { border-color: rgb(198,27,95); }

 td.TdClassName
 {
   border-color: #C61B5F;
 }
 .TagClassName
 {
   border-color: #C61B5F;
 }
</style>