#C31262

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

Shades of Ruby #C31262

Tints of Ruby #C31262

Color information

#C31262 (or 0xC31262) is unknown color: approx Ruby. HEX triplet: C3, 12 and 62. RGB value is (195,18,98). Sum of RGB (Red+Green+Blue) = 195+18+98=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C31262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31262 is #3CED9D. Grayscale: #4F4F4F. Windows color (decimal): -3992990 or 6427331. OLE color: 6427331.

HSL color Cylindrical-coordinate representation of color #C31262: hue angle of 332.88º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31262 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1951898-
CMYK00.910.500.24
HSL332.88º83.1%41.76%-
HSV(B)332.88º90.77%76.47%-
XYZ24.9312.9212.73-
YUV80.04138.14210-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.70%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=62.70%
G=5.79%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195189800.910.500.24332.8883.141.76
HexC3126205B321814d532a
Octal303221420133623051512352
Binary1100001110010110001001011011110010110001010011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31262; }

 p { color: rgb(195,18,98); }

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

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

 a { background-color: rgb(195,18,98); }

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

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

 span { border-color: rgb(195,18,98); }

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