Html Css Color HEX #C40553 Ruby

📋 copy color: '#C40553'

red 196 ◦ green 5 ◦ blue 83

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

Shades of Ruby #C40553

Tints of Ruby #C40553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 83 (32.81% from 255) = 29.23%

R = 69.01%
G = 1.76%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C40553 (or 0xC40553) is known color: Ruby. HEX triplet: C4, 05 and 53. RGB value is (196,5,83). Sum of RGB (Red+Green+Blue) = 196+5+83=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C40553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40553 is #3BFAAC. Grayscale: #464646. Windows color (decimal): -3930797 or 5440964. OLE color: 5440964.

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

Color convert

RGB 196 5 83 -
CMYK 0 0.97 0.58 0.23
HSL 335.5º 0.95% 0.39% -
HSV(B) 335.5º 0.97% 0.77% -
XYZ 24.38 12.47 9.31 -
YUV 71 134.78 217.16 -
System Red Green Blue C M Y K H S L
Decimal 196 5 83 0 0.97 0.58 0.23 335.5 0.95 0.39
Hex C4 5 53 0 61 3A 17 14F 5F 27
Octal 304 5 123 0 141 72 27 517 137 47
Binary 11000100 101 1010011 0 1100001 111010 10111 101001111 1011111 100111

Color Harmonies of #C40553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40553

Black with #C40553

Text Example


Text Example

White with #C40553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40553; }

 p { color: rgb(196,5,83); }

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

background-color css

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

 a { background-color: rgb(196,5,83); }

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

border-color css

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

 span { border-color: rgb(196,5,83); }

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