Html Css Color HEX #C3115B Ruby

📋 copy color: '#C3115B'

red 195 ◦ green 17 ◦ blue 91

#C3115B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C3115B

Tints of Ruby #C3115B

RGB

 RED value IS 195 (76.56% from 255) = 64.36%

 GREEN value IS 17 (7.03% from 255) = 5.61%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 64.36%
G = 5.61%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3115B (or 0xC3115B) is known color: Ruby. HEX triplet: C3, 11 and 5B. RGB value is (195,17,91). Sum of RGB (Red+Green+Blue) = 195+17+91=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3115B is #3CEEA4. Grayscale: #4E4E4E. Windows color (decimal): -3993253 or 5968323. OLE color: 5968323.

HSL color Cylindrical-coordinate representation of color #C3115B: hue angle of 335.06º degrees, saturation: 0.84, 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 #C3115B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 91 -
CMYK 0 0.91 0.53 0.24
HSL 335.06º 0.84% 0.42% -
HSV(B) 335.06º 0.91% 0.76% -
XYZ 24.59 12.76 11.06 -
YUV 78.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 195 17 91 0 0.91 0.53 0.24 335.06 0.84 0.42
Hex C3 11 5B 0 5B 35 18 14F 54 2A
Octal 303 21 133 0 133 65 30 517 124 52
Binary 11000011 10001 1011011 0 1011011 110101 11000 101001111 1010100 101010

Color Harmonies of #C3115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3115B

Black with #C3115B

Text Example


Text Example

White with #C3115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3115B; }

 p { color: rgb(195,17,91); }

 H1.HeaderClassName
 {
   color: #C3115B;
 }
 .AnyTagClassName
 {
   color: #C3115B;
 }
</style>

background-color css

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

 a { background-color: rgb(195,17,91); }

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

border-color css

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

 span { border-color: rgb(195,17,91); }

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