Html Css Color HEX #C4135D Ruby

📋 copy color: '#C4135D'

red 196 ◦ green 19 ◦ blue 93

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

Shades of Ruby #C4135D

Tints of Ruby #C4135D

RGB

 RED value IS 196 (76.95% from 255) = 63.64%

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 63.64%
G = 6.17%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4135D (or 0xC4135D) is known color: Ruby. HEX triplet: C4, 13 and 5D. RGB value is (196,19,93). Sum of RGB (Red+Green+Blue) = 196+19+93=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4135D is #3BECA2. Grayscale: #505050. Windows color (decimal): -3927203 or 6099908. OLE color: 6099908.

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

Color convert

RGB 196 19 93 -
CMYK 0 0.90 0.53 0.23
HSL 334.92º 0.82% 0.42% -
HSV(B) 334.92º 0.9% 0.77% -
XYZ 24.97 12.99 11.55 -
YUV 80.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 196 19 93 0 0.90 0.53 0.23 334.92 0.82 0.42
Hex C4 13 5D 0 5A 35 17 14F 52 2A
Octal 304 23 135 0 132 65 27 517 122 52
Binary 11000100 10011 1011101 0 1011010 110101 10111 101001111 1010010 101010

Color Harmonies of #C4135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4135D

Black with #C4135D

Text Example


Text Example

White with #C4135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4135D; }

 p { color: rgb(196,19,93); }

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

background-color css

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

 a { background-color: rgb(196,19,93); }

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

border-color css

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

 span { border-color: rgb(196,19,93); }

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