Html Css Color HEX #C3135B Ruby

📋 copy color: '#C3135B'

red 195 ◦ green 19 ◦ blue 91

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

Shades of Ruby #C3135B

Tints of Ruby #C3135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 63.93%
G = 6.23%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3135B (or 0xC3135B) is known color: Ruby. HEX triplet: C3, 13 and 5B. RGB value is (195,19,91). Sum of RGB (Red+Green+Blue) = 195+19+91=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3135B is #3CECA4. Grayscale: #4F4F4F. Windows color (decimal): -3992741 or 5968835. OLE color: 5968835.

HSL color Cylindrical-coordinate representation of color #C3135B: hue angle of 335.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3135B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 91 -
CMYK 0 0.90 0.53 0.24
HSL 335.45º 0.82% 0.42% -
HSV(B) 335.45º 0.9% 0.76% -
XYZ 24.63 12.82 11.07 -
YUV 79.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 195 19 91 0 0.90 0.53 0.24 335.45 0.82 0.42
Hex C3 13 5B 0 5A 35 18 14F 52 2A
Octal 303 23 133 0 132 65 30 517 122 52
Binary 11000011 10011 1011011 0 1011010 110101 11000 101001111 1010010 101010

Color Harmonies of #C3135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3135B

Black with #C3135B

Text Example


Text Example

White with #C3135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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