Html Css Color HEX #C40358 Ruby

📋 copy color: '#C40358'

red 196 ◦ green 3 ◦ blue 88

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

Shades of Ruby #C40358

Tints of Ruby #C40358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 68.29%
G = 1.05%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C40358 (or 0xC40358) is known color: Ruby. HEX triplet: C4, 03 and 58. RGB value is (196,3,88). Sum of RGB (Red+Green+Blue) = 196+3+88=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C40358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40358 is #3BFCA7. Grayscale: #464646. Windows color (decimal): -3931304 or 5768132. OLE color: 5768132.

HSL color Cylindrical-coordinate representation of color #C40358: hue angle of 333.58º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40358 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 88 -
CMYK 0 0.98 0.55 0.23
HSL 333.58º 0.97% 0.39% -
HSV(B) 333.58º 0.98% 0.77% -
XYZ 24.56 12.51 10.35 -
YUV 70.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 196 3 88 0 0.98 0.55 0.23 333.58 0.97 0.39
Hex C4 3 58 0 62 37 17 14E 61 27
Octal 304 3 130 0 142 67 27 516 141 47
Binary 11000100 11 1011000 0 1100010 110111 10111 101001110 1100001 100111

Color Harmonies of #C40358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40358

Black with #C40358

Text Example


Text Example

White with #C40358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40358; }

 p { color: rgb(196,3,88); }

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

background-color css

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

 a { background-color: rgb(196,3,88); }

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

border-color css

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

 span { border-color: rgb(196,3,88); }

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