Html Css Color HEX #C40B5F Ruby

📋 copy color: '#C40B5F'

red 196 ◦ green 11 ◦ blue 95

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

Shades of Ruby #C40B5F

Tints of Ruby #C40B5F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 64.9%
G = 3.64%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C40B5F (or 0xC40B5F) is known color: Ruby. HEX triplet: C4, 0B and 5F. RGB value is (196,11,95). Sum of RGB (Red+Green+Blue) = 196+11+95=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B5F is #3BF4A0. Grayscale: #4B4B4B. Windows color (decimal): -3929249 or 6228932. OLE color: 6228932.

HSL color Cylindrical-coordinate representation of color #C40B5F: hue angle of 332.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B5F is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 11 95 -
CMYK 0 0.94 0.52 0.23
HSL 332.76º 0.89% 0.41% -
HSV(B) 332.76º 0.94% 0.77% -
XYZ 24.95 12.8 11.98 -
YUV 75.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 196 11 95 0 0.94 0.52 0.23 332.76 0.89 0.41
Hex C4 B 5F 0 5E 34 17 14D 59 29
Octal 304 13 137 0 136 64 27 515 131 51
Binary 11000100 1011 1011111 0 1011110 110100 10111 101001101 1011001 101001

Color Harmonies of #C40B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40B5F

Black with #C40B5F

Text Example


Text Example

White with #C40B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40B5F; }

 p { color: rgb(196,11,95); }

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

background-color css

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

 a { background-color: rgb(196,11,95); }

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

border-color css

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

 span { border-color: rgb(196,11,95); }

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